Memory Pool Memory Pool Refreshing

8,962 transactions
2.75 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,706 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (573,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
334,255 334,255 00000000000000000f54a1fe88f6a4a2bf98952e60b57376eb15d80e9c753c04 0.41 MB 811 24
334,254 334,254 00000000000000000278b1e5f343740c8f2a876c656e260161eeb26a99bd2aaf 0.07 MB 158 30
334,253 334,253 000000000000000015a2d216c4b3277ddde753800c9041226fc8eeb2b8101bac 0.03 MB 65 19
334,252 334,252 000000000000000008aca799652fb69d25086df91104e17078e32882075aa0ee 0.04 MB 72 18
334,251 334,251 00000000000000001325e7ba583c4da38a0745ed0f1bb667595c26585126febf 0.10 MB 266 13
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.49 GB sent, 94.37 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.