Memory Pool Memory Pool Refreshing

7,607 transactions
2.58 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,865 (573,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
334,276 334,276 000000000000000007633381d572537142d03fcac1cd15c29f20dd447a264bad 0.74 MB 299 15
334,275 334,275 000000000000000007ba11c100c573ea480b15ca31ed0f12abeb5bef113d9b37 1.00 MB 1,587 24
334,274 334,274 000000000000000015fd2d40151cbe528f9d09f775f0776891753790b3ae7ff6 0.71 MB 419 13
334,273 334,273 0000000000000000052e11e3996e34d467b5a4bbbd5dd036c8e4959d7cc4cf9c 0.75 MB 1,610 34
334,272 334,272 000000000000000019d4247dd6a2d669ccc34cf926d0e50fa6bb78ac70583677 0.53 MB 360 15
334,271 334,271 00000000000000001b231381e4bdd0eb6e19181e64d217d8c04cb98094007f92 0.24 MB 247 17
334,270 334,270 00000000000000000a9e7d3b26808a4fb8c695ea80418b130f8a1c2b5888d1ec 0.10 MB 262 31
334,269 334,269 00000000000000000826aa5229878d2e44b12af21c2c65f7a2cb863f4b83dd70 0.47 MB 743 26
334,268 334,268 000000000000000006687abcaa966ea8a458ab4ffca97b22cf771e77ca080d34 0.19 MB 338 23
334,267 334,267 00000000000000001534c74288326a112a11fe62fb0b11010f731e227e523545 0.25 MB 154 14
334,266 334,266 0000000000000000109f954e9e32243840149ddf135f5bdb4fda8eb0ddf3370c 0.74 MB 737 17
334,265 334,265 000000000000000015950fb654ddd64b5c89a668d20c537662f0f8fee7efced2 0.10 MB 221 25
334,264 334,264 0000000000000000138bca9bc3a78a817922962c49d61c1cd5993957f018dbb4 0.17 MB 344 25
334,263 334,263 000000000000000001057fb97a3f83e5868b448d74d0e597e0d3190a4347afa9 0.14 MB 286 26
334,262 334,262 000000000000000006182a19619b39b2f81937340b4409eec6cc29e50fc7cc22 0.01 MB 15 10
334,261 334,261 000000000000000000002d414bb8f9175ba6c6563721e1ba2c1373c2bd94f29f 0.15 MB 384 29
334,260 334,260 000000000000000015d614c45d21815067ba6444375137e2b3f0b3f876d27158 0.10 MB 87 13
334,259 334,259 000000000000000008d3448a1007d8d6b2e130f8aa4e14da77b2956038b4e396 0.02 MB 32 22
334,258 334,258 00000000000000000961c2aed05269cb39e52df93b1df614554d366ccb8483cd 0.06 MB 76 19
334,257 334,257 00000000000000000ea6c5a65061e0d1ccbe4f61b31a478d82eb1e4dbeb0e0eb 0.03 MB 50 22
334,256 334,256 00000000000000000e9663ae677df9e3ba11f8ed2d18e58bf20a80f168189604 0.40 MB 734 21
Previous 10 blocks ↓
Total Size: 769.29 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.50 GB sent, 94.38 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.