Memory Pool Memory Pool Refreshing

10,992 transactions
3.29 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,578 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (37,649 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
870,066 870,066 00000000000000000000e6a242ed6e65eac782f3f537a75805a9f07ad2b1a6ad 1.69 MB 3,253 14
870,065 870,065 0000000000000000000153c5f0a646b8eb878fac5cd89fb7875f4b9d00494bae 1.60 MB 3,222 23
870,064 870,064 00000000000000000000ace6bffe7e3a3140531768c194ae15deced04c0e4531 1.63 MB 3,211 17
870,063 870,063 00000000000000000000ac1d3fc3585a3229868c891157e5ddaec2e04d7b71e3 1.51 MB 3,624 24
870,062 870,062 00000000000000000000408552f6c60a4af5c0b0a6c6546a7ca3c57887843891 1.66 MB 3,549 5
870,061 870,061 000000000000000000029304da6adb14ee7a6cd7bdce10a88984d5bf2b1c0ab5 1.77 MB 3,683 6
870,060 870,060 000000000000000000025f383c3a0a07e6c03e88aff014be6f2cdd070886d1a9 1.59 MB 2,411 7
870,059 870,059 00000000000000000002b5fbf8382ba9a37b0bc661d81c1d4361eee8c47f6080 1.66 MB 2,882 6
870,058 870,058 0000000000000000000052f4dbaafc6c5658c90792e3ccd12b5d0ed1dab22a8a 1.45 MB 2,874 12
870,057 870,057 000000000000000000017f187567910ac03eb17e97a6a4c2c377a0647b415ae7 0.00 MB 1 0
870,056 870,056 0000000000000000000176f68f3ee95a058f765100fcc7cd7dce2d9ec8a72d73 1.48 MB 3,201 8
870,055 870,055 0000000000000000000288f9a8d8db04b52225811f309086dcadcef36cd2d43d 1.50 MB 2,456 11
870,054 870,054 0000000000000000000025d1be641e45cd57d3580ba7e0470f53ee56eef8f26f 1.56 MB 2,359 3
870,053 870,053 00000000000000000000ad30f2ab551631cc45a6ce9985d229ac8fba2a9cb7a1 1.80 MB 2,976 7
870,052 870,052 000000000000000000022a273cf6f6074dc9008ef28335d9f6ca66ad083b21d1 1.59 MB 3,586 15
870,051 870,051 0000000000000000000242e38ae1eb456ee00d6b77e9d98e6176c15071554929 1.81 MB 2,490 3
870,050 870,050 00000000000000000000df5d1c20ecc15b8755770384914fad52761f1309e4ab 1.64 MB 3,153 9
870,049 870,049 00000000000000000001b5528a3b27616e907a27f713901d164e9daac7600b82 1.71 MB 3,045 10
870,048 870,048 0000000000000000000212bc0d99a1a272f58e229153e35484a08be812dd46d5 1.67 MB 2,948 10
870,047 870,047 00000000000000000001b5b3510a80bdf4be4ece984247197edf0ee74a78decd 1.86 MB 3,088 5
870,046 870,046 00000000000000000002a277b5fe476d21c64442c7e3fba112364590f8639623 1.63 MB 2,484 10
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,621.48 GB sent, 92.91 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.