Memory Pool Memory Pool Refreshing

10,197 transactions
3.12 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,446 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (84,131 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
823,584 823,584 00000000000000000000bcd024b2c710f66e30bdee207313602c2ae50ee7b093 1.74 MB 4,424 207
823,583 823,583 00000000000000000002a6a592880857586ec6c04d9b02bf2771efe3056e4f2b 1.50 MB 3,163 236
823,582 823,582 000000000000000000024ef74ad3d59285ef1b55f5a75f0cfa258f07fd57aeab 1.82 MB 4,675 202
823,581 823,581 00000000000000000001388c7a69519ca0110f55f64da3184de5aaaf3bf8a2e4 1.24 MB 1,483 210
823,580 823,580 000000000000000000000db17dc16a22fc3d0d4b0643bd36def6e9db554c034e 1.39 MB 1,832 234
823,579 823,579 00000000000000000000aabf0780a399d9002ab3037c7a34527a9c817978595d 1.54 MB 3,445 263
823,578 823,578 0000000000000000000180a6d132edf6316fd535f2b46dd6065e127ee896fc23 1.44 MB 2,527 231
823,577 823,577 000000000000000000010238c89a7ebd547b73914d8a56b60191b899884619ec 1.68 MB 2,140 336
823,576 823,576 00000000000000000003a7b7fe8a377a6237c82acea9b9604f0a4977719ecc73 1.77 MB 837 390
823,575 823,575 00000000000000000002d496a6c88a95b64eecfe988b1f3e6e71978fc7511351 1.64 MB 1,545 396
823,574 823,574 00000000000000000001a589b9def3b9b7691d0d97dd0c9b1852589e0b550f8f 1.69 MB 1,813 312
823,573 823,573 00000000000000000003e1d4bd65c47f0c975917cb3a86d4a8cccee2d6cb3e77 1.61 MB 3,271 211
823,572 823,572 0000000000000000000330e1bc479cc63de1d59b86978c89c544f00090b276db 1.54 MB 2,017 238
823,571 823,571 0000000000000000000186744550c3675276e4a9d7252b83c03465175cdb8d1b 1.68 MB 2,136 297
823,570 823,570 000000000000000000018dc7bb2e3b121e96240fc4f071cd20d81ca6e08a3692 1.32 MB 1,735 220
823,569 823,569 000000000000000000037982d3dc8b08aa659e6c06276bc4a6f29a57b7606b51 1.67 MB 1,631 349
823,568 823,568 00000000000000000001945c811137993f272f4b57dd3cc71999f9897fe5c8ac 1.63 MB 1,688 304
823,567 823,567 0000000000000000000259a38ed58e0d0ba831cdbabd32dbf3fbd6f7b44f9228 1.43 MB 3,219 176
823,566 823,566 000000000000000000001da55726e5ed326c27ba2d3c4c08225651920068861c 1.63 MB 1,772 309
823,565 823,565 000000000000000000011cced02ddbec9c0871e1e31c84269bf8bd0cb8faecf4 1.45 MB 1,746 245
823,564 823,564 0000000000000000000047cc070bc35b6b665a338e1ebcd517bae10b9e585160 1.66 MB 2,466 273
Previous 10 blocks ↓
Total Size: 769.01 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,621.43 GB sent, 92.91 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.