Memory Pool Memory Pool Refreshing

5,516 transactions
1.59 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,538 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (630,575 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
277,288 277,288 0000000000000002305db7efef5de535aee59e3856f73ce9afab89dab30fc805 0.30 MB 566 50
277,287 277,287 00000000000000010e904483b956141f64d914936454cb036c980f03076a2569 0.17 MB 384 53
277,286 277,286 000000000000000384eb09cf1d236b9234951efb5df8b311b7c8756e4dfae887 0.21 MB 376 43
277,285 277,285 00000000000000029ebf89fb4dcd0593c2fec8f76f736ce006acf8a99b757909 0.25 MB 632 69
277,284 277,284 00000000000000019e5f92257dcefe033b68bbb1b6bb250db4bee9e8ed352e99 0.03 MB 64 21
277,283 277,283 00000000000000020d7da2b5b96bc81737003e2e3d7eac6d9fa85c2cd2398d22 0.44 MB 848 42
277,282 277,282 00000000000000031c2c0b5e067fdf80252848c474990f3dc79c01d44d3c343e 0.25 MB 527 87
277,281 277,281 00000000000000021822184222441b024986acd30da9beb338424c0190816440 0.24 MB 512 51
277,280 277,280 0000000000000003003cafd21127eadffd4b46d57f15d2cf1f7ad7402633228f 0.39 MB 851 53
277,279 277,279 0000000000000001db832553ff084f0af81647699e205d4313717d22dd840df1 0.25 MB 489 40
277,278 277,278 0000000000000000bac39c5f311bac3dc3c51db30f08e40cf7348748b13c1df2 0.10 MB 200 35
277,277 277,277 000000000000000370f80a14f72e41afe47260b504b763327ebc90430161d6c3 0.01 MB 31 49
277,276 277,276 00000000000000022749b1c1102ad2aae689919d6e8540388fe9cee1434f44ee 0.12 MB 194 157
277,275 277,275 000000000000000121275d1224c9512ad33afc753fd8e5cf3b45ae9514105f13 0.18 MB 357 35
277,274 277,274 00000000000000027315dfe97712b4c61d1450d470a90c48ea9d5cf8201537e9 0.03 MB 90 119
277,273 277,273 000000000000000086b049c0473ef2c3b80b5df09715af2ab91ed73d5d9c9261 0.36 MB 887 45
277,272 277,272 000000000000000142d6ae889025a51eaae284933aef22bd99101c803e9f9747 0.08 MB 170 35
277,271 277,271 000000000000000280d132ea9563613ffcb3132622d2056feab276fb752c8baf 0.14 MB 304 44
277,270 277,270 0000000000000000d259eedef68f4ad1de8ae548c2202544e45f1d25ea724a8b 0.32 MB 589 49
277,269 277,269 0000000000000001c899a76f47553feb4269619515380d5967480a32906bafa0 0.11 MB 220 33
277,268 277,268 000000000000000251d9a6b6141872c8b9f8054d776ba84fac630d1e4ceec156 0.02 MB 53 50
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,635.58 GB sent, 94.34 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.