Memory Pool Memory Pool Refreshing

3,829 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,086 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (703,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,470 204,470 00000000000004530444d034fcb041081166bd468d79372730c9ff1dc7217205 0.18 MB 375 98
204,469 204,469 000000000000040df9b168a165b6fbcb80d7134550f84f9a2aac52d12d5a5bd5 0.01 MB 50 82
204,468 204,468 000000000000041f108997ceba1457498b814d0f89e4baeea2ca0430d758304e 0.06 MB 88 513
204,467 204,467 00000000000002f54deaeb9803b28972e66cb161621d3fc486db459b56be7fca 0.00 MB 4 27,128
204,466 204,466 000000000000003c0d56e7e9c845a659294cd02d110622a1232f00b58a8cae34 0.01 MB 27 171
204,465 204,465 00000000000001d03e4c6188f3be5e36e4f7ebfde9c68ee6b1095034a60793fe 0.05 MB 133 124
204,464 204,464 00000000000000b782bf3675337a30f5ab5e3ee3d36bfd3d0ee5d126816c1e81 0.05 MB 99 85
204,463 204,463 00000000000003d7b11dc934280c276e5b6e6c5e8373df7e2372ea748cffca75 0.07 MB 177 139
204,462 204,462 00000000000001f130be601b71ee72eb3bbe7fa19f0d8c6da1c51803a9a7c220 0.20 MB 320 82
204,461 204,461 00000000000001aa2b10f09f06fdb8570f16a66fc589799f9776bc7a2f7f9ec0 0.05 MB 119 115
204,460 204,460 0000000000000219d43298af1288d0fd1f51c47dddd4b8ce6cd01c4e041a5b42 0.11 MB 191 112
204,459 204,459 00000000000002ea76d1db817d27097e06ca2e39335ca60f7cc4cfc0dfe86e70 0.04 MB 74 92
204,458 204,458 00000000000000117dc9b618afa2f3541d90b2607dcd1e4e649da1ba9dcec1a0 0.05 MB 93 80
204,457 204,457 000000000000027906b3e60689332d6dd930fb21a2c4f1f55898419341ea1747 0.15 MB 381 148
204,456 204,456 00000000000002511a6f213f01d6915554723e7321f642acfe0ba21bffc994da 0.01 MB 33 138
204,455 204,455 00000000000004db8d2d848b3f6aac7031eed5f6ee757c44c4148cdd301e0b81 0.05 MB 88 102
204,454 204,454 00000000000002a43674e11bd3009afbe4c0b48a2730e855e3b352730fd2239e 0.02 MB 64 132
204,453 204,453 000000000000023add801b1016f86114b6ab2e7ef34fc496af26daa64afef547 0.13 MB 222 107
204,452 204,452 0000000000000260379ea662e949b9c20bf7a2d25f221eaa04f6553bde7e32c1 0.04 MB 90 110
204,451 204,451 0000000000000130f5d52fae51da3e3a51a40a4b69a70898e8b60b00a854dbff 0.03 MB 74 103
204,450 204,450 00000000000000cff50089dd8ce377e303543a35c8e711c36b2da497571c5505 0.06 MB 155 124
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,632.85 GB sent, 93.73 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.