Memory Pool Memory Pool Refreshing

4,954 transactions
1.81 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,701 (633,559 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
274,142 274,142 00000000000000041ab6ef55a65fb184f0aaf16ca388d320465c01e9fe783e9d 0.01 MB 24 114
274,141 274,141 000000000000000109d490daae8a2377861685e93c576659d3b4c96aad366d3a 0.17 MB 333 52
274,140 274,140 0000000000000006067d5e4bb51955b4a0144ce02fed589312ba9e62364b09e6 0.10 MB 168 33
274,139 274,139 000000000000000033f3c018297174f2a0ebaa8689e05a41127c688496c27541 0.03 MB 53 75
274,138 274,138 000000000000000253a3fc4acc058fc4fbd24fb4e983d35f38b3f7321cdf94d1 0.23 MB 457 33
274,137 274,137 00000000000000008e0c324f7d9036a8f964bed3756c6db27c79f710c0c4addb 0.03 MB 77 104
274,136 274,136 0000000000000002b5491de772e5f481330326808ec1df20b499a0a766fdb1de 0.03 MB 93 78
274,135 274,135 00000000000000056986d1962d99984482e4ca657f65e5b1817abea37ef4e47f 0.04 MB 113 44
274,134 274,134 000000000000000596934a466c3b77213f9c0f33eb5568b21da948afa6ca83ac 0.14 MB 293 43
274,133 274,133 00000000000000050023648ebf6b8a143ed15c8ff3086d9bb7ce05e95ceab897 0.07 MB 107 24
274,132 274,132 00000000000000014c46e47820a6116c11665571ca3cc86cbd9025d39da06686 0.26 MB 524 56
274,131 274,131 00000000000000041591d94032ace2e379e55553c7b2776ddeaad0d7b1d1c5d3 0.07 MB 171 59
274,130 274,130 0000000000000004013e1e35850de16a19649dcba0de2c7c21b4669cbfa60243 0.06 MB 146 72
274,129 274,129 0000000000000001f39ee3f7be3f9342c4ecf5e14229c8a0d88bbf4b5e31f1e3 0.15 MB 336 33
274,128 274,128 0000000000000003eb77e07d2834e7c7411cd9dae25329e46bcac8d3bff8f131 0.03 MB 85 86
274,127 274,127 000000000000000421063e7a04b269ce0f553698ad402957c21bc128b742d0eb 0.06 MB 115 35
274,126 274,126 0000000000000002482449893e302270d7526ed1456d51ef8fc4c12bcc763183 0.03 MB 59 22
274,125 274,125 000000000000000343917ee0724aeb5f2ba340322a3fbc8591abbc4ad72c8950 0.09 MB 110 31
274,124 274,124 0000000000000000db61a80324f647dbc9131bdcee0cdc1a3f51a6444b31e302 0.04 MB 79 34
274,123 274,123 0000000000000003619e515998556807ce3221b0bc26d8b42d58d07f840967e9 0.04 MB 82 52
274,122 274,122 000000000000000211d0c1c25fbae61cdb1346496f8f54816d6673639d6d1a03 0.00 MB 14 43
Previous 10 blocks ↓
Total Size: 768.99 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,616.53 GB sent, 92.75 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.