Memory Pool Memory Pool Refreshing

9,011 transactions
2.83 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,866 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,561 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,865 (419,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
488,159 488,159 000000000000000000c3f2ef25d9b7983aeb6bf6fd73d5b1d39e7ce2568c2116 1.00 MB 2,120 26
488,158 488,158 000000000000000000679450319cb1875aa23e8b66220b00ef4b013730774d97 1.04 MB 2,413 126
488,157 488,157 000000000000000000a11427b21ebcb41af166f7b1be4d883b506839c5b05b76 1.03 MB 2,631 155
488,156 488,156 0000000000000000006dc2d51ebe5975938ed308604527ac27e4cc6dd5f40583 1.04 MB 1,816 50
488,155 488,155 000000000000000000d26a371de8831cef651e572c52b57687ca61cc4a225854 1.02 MB 2,520 150
488,154 488,154 0000000000000000003602c8a3d80a2e06e2998debf0d16dd3c69bafa365d6a2 0.60 MB 1,644 12
488,153 488,153 000000000000000000875fc42c8cee9b09f23a05845ede1ff273d85fd5f18e33 1.00 MB 2,184 12
488,152 488,152 0000000000000000004a6a6c4c2262112504d186811328d3d65a09dec6a9e0bd 1.00 MB 2,487 57
488,151 488,151 000000000000000000648fbaaed343eaf085ba87702e89e04e2cadbbeb2e507d 1.04 MB 2,374 110
488,150 488,150 000000000000000000420b061d962061043fcd7422beb5813bef42dae4021442 1.00 MB 2,142 141
488,149 488,149 000000000000000000deef36a147950f55d3aa935c476a11dd35c8dc16ae53d8 1.06 MB 2,147 76
488,148 488,148 00000000000000000089ef3ff85afa89c853f66b046af0e299f437786a7cf55f 1.00 MB 2,628 150
488,147 488,147 000000000000000000af83cbc78f3fdf1cb8ff6f3cf5cee948c60b3402703d0a 1.01 MB 2,667 151
488,146 488,146 000000000000000000c8575aac8b88756afe70917e6563bece1bed8ec5530985 1.08 MB 2,308 69
488,145 488,145 000000000000000000eab6b9fdde1562afcd22d169dcf4c473b61d9cf3bfbd1b 1.00 MB 1,735 96
488,144 488,144 0000000000000000005b74f930bd816cc2bb8342b64f9e5abfdb5cf34abb16a0 1.03 MB 2,079 129
488,143 488,143 0000000000000000003c0a0b9a51d9046603cd799b7eded5dbfdcc6a276d7453 1.01 MB 1,188 168
488,142 488,142 00000000000000000034358f5b63b5cdbfdea808e5928984fa98c7412cad1a5c 0.32 MB 599 131
488,141 488,141 0000000000000000009ae7997c41a8d0278180cc492024103622887c615d5c6e 0.95 MB 113 8
488,140 488,140 00000000000000000037c858e181aa8f20d3b3427fc82577b1a6c4e369e14982 1.03 MB 2,046 24
488,139 488,139 0000000000000000005dcaacb261a74f4868137bff0f96536902c82ceb0136e2 1.06 MB 2,036 24
Previous 10 blocks ↓
Total Size: 769.29 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,642.51 GB sent, 94.39 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.