Memory Pool Memory Pool Refreshing

3,620 transactions
1.53 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,631 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (207,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
700,725 700,725 00000000000000000000d05accada1a42d5987903b709fef302ada8f8f4cced4 1.47 MB 2,568 15
700,724 700,724 00000000000000000009610e52a8a93e1268317d754ad22a17fa214c46831597 1.99 MB 991 8
700,723 700,723 000000000000000000047988fbaf2977e18bec9c4909e1cfac7e1542eda799fe 2.33 MB 130 5
700,722 700,722 00000000000000000007bc019958687e2deca1617732858c6814c368dac176b5 2.25 MB 423 6
700,721 700,721 000000000000000000049012c099d335744033c6dbd053fa92d4174a6bb22a2c 2.14 MB 749 7
700,720 700,720 000000000000000000001159fd51530e07311994ab366a343153b6dc756d8ac0 1.80 MB 1,845 12
700,719 700,719 00000000000000000000d1198b28a2730d05528308a1768e20a6669a2a248d26 1.88 MB 1,491 10
700,718 700,718 0000000000000000000e38fd8be74ae722c7ce82b88b3afe18873e0d60f0966c 2.14 MB 894 7
700,717 700,717 0000000000000000000169be364421fcf9e3dd21e6d257158f4474213ac78aea 1.88 MB 1,881 7
700,716 700,716 0000000000000000000906ae222d087b685c5aaac1b7b7b5e953bbb5bf34a1ef 1.44 MB 2,561 13
700,715 700,715 0000000000000000000a0e83a5a6cdcef20393637a8964976934e63a114044aa 1.24 MB 1,597 10
700,714 700,714 0000000000000000000c1a6eb7d260d3aab17d4269db3926e4bdc57875efca06 1.35 MB 1,907 15
700,713 700,713 00000000000000000005eb59b1aef10e73fc8ee24e38630bf7e34db36c6d2fd2 1.51 MB 2,979 17
700,712 700,712 00000000000000000003ae1e67a108b5ae203cadf8c7740e78629230331fbf0b 1.96 MB 1,325 8
700,711 700,711 00000000000000000008e3ed5d87eb5dd15e5e59d1df127895d2efe6e7933aad 2.25 MB 447 6
700,710 700,710 0000000000000000000c1d17b86c758238a6f4060632bc960e6f46bd458694b1 1.51 MB 2,619 13
700,709 700,709 000000000000000000025652790af159a231af21ff6490c2f38365c6f168b8af 1.53 MB 2,224 15
700,708 700,708 000000000000000000015c79ef6310d8c9173e598d95ba2d38132b52ed8380b5 1.90 MB 1,536 10
700,707 700,707 00000000000000000003d4f0be2833bf2dbd09a7e7a4bf52b3153cd359273b34 1.97 MB 1,043 7
700,706 700,706 0000000000000000000a95151166157673a60e8be45240e4a485593be0382475 1.50 MB 2,877 19
700,705 700,705 0000000000000000000278467a98b40a81b9b830d266c42eea5f496f78a5a04e 1.59 MB 2,602 15
Previous 10 blocks ↓
Total Size: 769.24 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,635.06 GB sent, 94.14 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.