Memory Pool Memory Pool Refreshing

1,894 transactions
0.92 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,873 00000000000000000002349e0000000000000000000000000000000000000000 0.92 vMB 1,880 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (88,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
819,146 819,146 00000000000000000002b2a3f07182bf4e94726a9c308c689374e0760e197fee 1.71 MB 2,716 40
819,145 819,145 0000000000000000000235b4634f710da5c8ac8734b90dd6002e08a4e6e7a397 2.18 MB 1,396 30
819,144 819,144 00000000000000000000dbffbff618b56e13e029b209bdd72cf1271e62be043c 1.72 MB 2,667 38
819,143 819,143 000000000000000000004a570758ac45bf06d2174584820ca782dd68ee98f253 1.59 MB 2,373 38
819,142 819,142 00000000000000000002320a9b9d89bdc84db779259e6c3bad8022703ef326e2 1.48 MB 2,139 45
819,141 819,141 00000000000000000003b56109f5902b78dcc48daf83d3e272c937983659cfee 1.88 MB 1,510 38
819,140 819,140 000000000000000000013a472301a5ce5518e9916191e4d9165fba018c8d1271 1.62 MB 3,300 44
819,139 819,139 0000000000000000000228e668997262cefdbf42da6b8a8a140c354e6c7f30ac 1.60 MB 2,856 57
819,138 819,138 00000000000000000001b7f7565d8ec6ec7c08fa8b458ae0def2720ead0dfcce 1.40 MB 2,392 48
819,137 819,137 00000000000000000000bfb48e0061bd828642b82bbec3411103bdd6e826d5b6 1.56 MB 3,212 77
819,136 819,136 00000000000000000002400eecf800b1eb9ce91990f5bf030a3a5dc732884d0b 1.67 MB 3,034 45
819,135 819,135 000000000000000000012d2492ffeed11e3c9f8b1444db94ef61c435b9ee0e4a 1.61 MB 3,637 70
819,134 819,134 000000000000000000036631be2fdd61ee156d5132a4f909b0c44ec4f5f242e1 1.78 MB 3,350 43
819,133 819,133 000000000000000000001085dc7e4f4effda4c14f8bb2f4dae2ab616cd3cbf99 1.72 MB 3,333 50
819,132 819,132 00000000000000000002a894ca06dec9465e8e1a36f763c8e4ad51f9c72bf317 1.68 MB 2,122 34
819,131 819,131 00000000000000000002d987feac4074f9853f496ab6fc86f7e9a2f2f139c9ca 1.68 MB 3,108 59
819,130 819,130 000000000000000000040f8af4373a9c574cab9f372dae008593b9feacae4e9f 1.72 MB 2,044 36
819,129 819,129 0000000000000000000215805651e856c32bc35b62c104fa92f8192356afcbd7 1.63 MB 3,869 53
819,128 819,128 00000000000000000001f81d81a958cf8543e8b5af066e5c5b19b14339197206 1.59 MB 3,425 52
819,127 819,127 00000000000000000002a06809bebd0acdb1cdc96cdf884ded4698617be51106 1.81 MB 3,157 37
819,126 819,126 0000000000000000000365c3008d8979f8dea43da0eb6ff54b772fa1c6ab9520 1.65 MB 3,378 47
Previous 10 blocks ↓
Total Size: 769.30 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.71 GB sent, 94.44 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.