Memory Pool Memory Pool Refreshing

17,944 transactions
5.79 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,487 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (426,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
481,390 481,390 000000000000000000bb4b597857c1dec3f3db42cedd4476ac4d7dabb81c7451 1.00 MB 616 62
481,389 481,389 0000000000000000012c863d18197728295f6f9e69366817b786c10a0fca64b1 1.00 MB 2,251 172
481,388 481,388 000000000000000000374a25bb687326dfa5b9e53dd76626500c3d9cc8510ffe 1.00 MB 1,469 44
481,387 481,387 000000000000000000bb6020acd277dec5229196b3ca99bac9e27cbfa2e56104 0.00 MB 1 0
481,386 481,386 000000000000000000a99fc6b9a63a8dca2bb8fe0db659fde65da5571c260454 0.99 MB 1,836 248
481,385 481,385 00000000000000000059e959fbfd360fb81ada2310d43692617bc63d22e29bc1 0.99 MB 1,316 80
481,384 481,384 0000000000000000002725269b605811b963e4cb38aa14dec9067cff3617ded8 1.00 MB 1,998 145
481,383 481,383 000000000000000000da4ba1207934959712426b41a57e6943aebf7af9221f80 1.00 MB 1,985 249
481,382 481,382 000000000000000000b4020c9f89bbb40385f94ea18e47b43b6756644b88cefa 1.00 MB 1,912 207
481,381 481,381 00000000000000000072b0d649b5f17626e05164251fda4d8aecc0503d043e39 1.00 MB 294 15
481,380 481,380 000000000000000000b3d85d3d211db6888a37645f0d405dc0a0c512f4a8679f 1.00 MB 395 21
481,379 481,379 000000000000000000198365412d4c508dab26f297fbb4fad3ca0d73d4e97c15 1.00 MB 651 77
481,378 481,378 00000000000000000107606d222508684d65848754e961e20a60362dbb812782 1.00 MB 1,551 135
481,377 481,377 0000000000000000011a03aa80ab66608cc60af49c12bb03697f303c82a03eb4 1.00 MB 987 79
481,376 481,376 00000000000000000060f1dc505bd886bcc99af9bd03fa3530e16771e6796545 0.01 MB 28 576
481,375 481,375 00000000000000000008df566523cd7b3fe0623775bb0fbf219a933b612dd471 1.00 MB 416 7
481,374 481,374 0000000000000000003853bbef5d267aeff0071e529e2681ef19fa6749ea43cd 1.00 MB 1,579 161
481,373 481,373 000000000000000000aa4f5e15299cf2243991e54e165128b4534bb23bdfb522 0.94 MB 1,705 126
481,372 481,372 0000000000000000006fda9387b49c55062ecd6e1235e860833dda0809cd91ea 1.00 MB 1,507 14
481,371 481,371 00000000000000000074cd3127def94ca433066b2f1218065b46816c9bffbeb3 1.00 MB 2,138 44
481,370 481,370 0000000000000000008559a671cfae874f5339976c45b796a8db4735105b859d 0.99 MB 1,681 178
Previous 10 blocks ↓
Total Size: 769.02 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,624.27 GB sent, 92.99 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.