Memory Pool Memory Pool Refreshing

1,759 transactions
2.00 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,805 (786,529 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,276 121,276 0000000000001c2aa659fd64ccd880f044ac6b34491cc2aca6e17136319d4c3c 0.01 MB 26 2,531
121,275 121,275 000000000000254dfca76b5c36b800eeb4f18a5c504c9fbd2d07f4c727d1b72d 0.00 MB 2 3,875
121,274 121,274 000000000000678b719ee681610bcd54c9c8171c3add62c9169b55efe4e74cef 0.00 MB 11 486
121,273 121,273 0000000000008a248f592f1aecd394c943269a79abe6526e2d19dbdadd092e27 0.00 MB 1 0
121,272 121,272 0000000000006b2d7e97066bccb86f22c87caf22ee2f8ed4028c3c09c26695e1 0.00 MB 7 0
121,271 121,271 000000000000092729342106c52a42e3e9f72bc263e6cdee9873c9808d41917d 0.00 MB 7 0
121,270 121,270 0000000000000eb1bd2b23a7a512143c2551a770df59fcd7ac65a18e8871425e 0.00 MB 3 2,074
121,269 121,269 0000000000006912e0e1a8676df0e1b66cea2ece6fd3b3bf80f71daa1e1eee3e 0.00 MB 13 876
121,268 121,268 000000000000494c922b40ac6ed59a55a8d828a9864bb6e6e4c2ab6ce49590c7 0.02 MB 67 92
121,267 121,267 00000000000091945de606f1da50a0b2a0b8a07c6a2aa4c8e287f3a8f2caf548 0.00 MB 13 763
121,266 121,266 0000000000004fb4e28b1b229c1e4b5291610065f67d40d9b61e29798227a1c0 0.00 MB 9 0
121,265 121,265 0000000000004c743092d53d2370f68e3ba48ec87a4e74c2dfd30f7f38c44ef3 0.01 MB 30 334
121,264 121,264 000000000000705a86f5af276abe2b01930cfe0c9f242d5af59ee39a3cc0f11b 0.03 MB 34 1,668
121,263 121,263 000000000000731e537b8cfcc61c12f9d8930102c0431c19f97057319d2b2145 0.00 MB 14 1,139
121,262 121,262 000000000000862acb2cb20d48d76777ca7111ddf07e4744dd99c4328e7dfca1 0.00 MB 12 1,010
121,261 121,261 00000000000027e17092197a58fa9a2f4e0efdb1582f1ddb035c44e281d80e93 0.00 MB 2 0
121,260 121,260 0000000000008e3e0920e2f325521646be8e1281607ef12ca49313da34b26d26 0.00 MB 2 0
121,259 121,259 0000000000004914dd519d2b56351c9162e3c921d59ec2d2b4698366fbffb0bf 0.00 MB 2 0
121,258 121,258 00000000000005cf9afd2d2fe1ba27df61b499e6886c0bfd9a398ff059edd70c 0.01 MB 27 0
121,257 121,257 0000000000005d62d506e9fce07e1de98f60b23ce38573e6092abe24ac012f18 0.02 MB 32 161
121,256 121,256 0000000000000415d30f8bc59fc4ed45f2bd7661c2ef3f89aed2e2c9cd2023a8 0.00 MB 3 2,881
Previous 10 blocks ↓
Total Size: 769.17 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,633.32 GB sent, 93.79 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.