Memory Pool Memory Pool Refreshing

510 transactions
0.14 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,760 00000000000000000002349e0000000000000000000000000000000000000000 0.14 vMB 497 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,759 (470,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
437,143 437,143 000000000000000003017135959db7ab709cdc8083118e6a9502bb63bcc0a518 0.99 MB 1,376 40
437,142 437,142 000000000000000002c35dffddd6466ecd232425eb51ba9f7276520df4a6109a 0.90 MB 1,716 58
437,141 437,141 000000000000000001cbfef3480fdf31d12301f7eaf9c70881fe4657c2116802 0.40 MB 858 86
437,140 437,140 000000000000000000636250dd07bbd58b8deea3da567a73b63fe00eaf707a0e 0.23 MB 462 60
437,139 437,139 00000000000000000454c8d063a4a2fa99230bf2ff13405dbe735ad5cc7229bd 0.47 MB 850 44
437,138 437,138 00000000000000000105ffd30d681b3cdd79c3af207613d3516a68ab643be8bf 1.00 MB 2,512 74
437,137 437,137 00000000000000000307c3109deb0a35f78c76930a48cc9eeedf700add574747 1.00 MB 1,407 38
437,136 437,136 000000000000000002f8c74189351e1568f33b68075210f8e0501e4d3f19978b 1.00 MB 2,744 75
437,135 437,135 000000000000000004050266d015491242dea8b5419b8e774bc3dfdd7d555d9c 1.00 MB 788 24
437,134 437,134 00000000000000000110e0f96180043a14f45a36d4465f84063c16741f89ecf3 0.03 MB 89 63
437,133 437,133 000000000000000000ab88dbc0186493b39268f100f06bec6b45aed0098d0ce6 0.65 MB 1,464 69
437,132 437,132 000000000000000001c16fcb244ed636429d15a96fff2dc0ebbe5055305510a5 0.18 MB 264 42
437,131 437,131 00000000000000000073ee3022ffc54fa8b2b5f6311e53cf401ab4f843b3afbb 0.19 MB 480 67
437,130 437,130 00000000000000000067bc4bb5bc27d97a14be7ce614e3efdadbeea8376dcbca 0.69 MB 921 40
437,129 437,129 0000000000000000005cb42d5207ce4a2cc6bd0ad8b7a08ba34b284d8a6c8732 0.40 MB 834 59
437,128 437,128 000000000000000000be3ebdbacffe45f0119b1097d4cadd99d256fdc450df71 1.00 MB 407 9
437,127 437,127 0000000000000000028c1436ab414625bb130f76675dfc551a61805d1e46fce9 0.44 MB 794 69
437,126 437,126 0000000000000000004d84d13e0670f408461c092d7b5fd44bf51e8099c0f760 0.02 MB 42 62
437,125 437,125 0000000000000000034ed89ee4eeae06b19d21b610959c17e26a87e8c7aba679 0.37 MB 702 56
437,124 437,124 0000000000000000001713252227f2f09bbd03f311f5187b09239b18b6b9f81d 0.92 MB 2,242 70
437,123 437,123 00000000000000000311aca7945a1736dce4b53a2337b8561ab36d01aeddbe20 0.71 MB 1,152 51
Previous 10 blocks ↓
Total Size: 769.09 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,628.38 GB sent, 93.36 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.