Memory Pool Memory Pool Refreshing

6,865 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (684,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
223,590 223,590 000000000000019635219e1f8d3d4cdff35a3be69829562f103bb47d7f9b335e 0.12 MB 236 162
223,589 223,589 000000000000045d57a846140646bc4f5aa597ba3e34ce1d4c4f59d69bbc0893 0.08 MB 180 51
223,588 223,588 000000000000044d6c9188d3a6756ad37e828b606fd3294b205ee3d07a140cb5 0.20 MB 447 169
223,587 223,587 00000000000003781bb331770f181ebc300e4da8dd5c543175933f7af7bdca1f 0.25 MB 571 183
223,586 223,586 0000000000000130f33b70710ef65080d019c7c0b6e23f5a98ae7733564e0dc5 0.27 MB 518 225
223,585 223,585 0000000000000368273827756864b3219f467150ce59f181f2499555576830a4 0.00 MB 8 163
223,584 223,584 00000000000002cddc7a5d548ef25cdfa9fc7040d92a3d3abd95878c242db310 0.05 MB 122 197
223,583 223,583 0000000000000393415c7dab956070d9e2e41ee598b9955aefa4cb5e6d6fa67e 0.21 MB 334 134
223,582 223,582 00000000000000569851dd80030af40279047701b5207e32cfd1627d17d64eef 0.25 MB 508 159
223,581 223,581 0000000000000494b20177d7ccfb842d14d5e3871e6566391afeea29f1b18e2f 0.25 MB 673 179
223,580 223,580 000000000000017571acd95429828a4451679b0967bf113d4afe0dd0738dcdb5 0.25 MB 856 255
223,579 223,579 000000000000032b156b2a8159e6fe4a45e740889876bf93b5ffa39adf5e072c 0.05 MB 109 174
223,578 223,578 00000000000002f611d649fc2755742fd063a767eb49b1fdd003c109749d9a76 0.00 MB 10 47
223,577 223,577 0000000000000037b41fef1c1c6ff1a6020f776af0e4d444beec31af9129fc3c 0.29 MB 329 62
223,576 223,576 000000000000014f961742f75339d4195cb14e824b8f4611d180021f7b910546 0.17 MB 420 178
223,575 223,575 000000000000045a57f9fc123e0c1687406fe4e049f9b68961ab088238d73c23 0.25 MB 422 19
223,574 223,574 000000000000048c7cb1c6cc5e85478ee768e39c78110b54bbac675bf50d6b03 0.17 MB 266 131
223,573 223,573 00000000000001fbcc1a726021eaf6b990f394825e5384ae83a95054eeca13e9 0.00 MB 12 294
223,572 223,572 000000000000000780bbb0fc4ad6f411d6067e3d0d7d5cfcd38fbc80c1c5d30a 0.22 MB 480 165
223,571 223,571 0000000000000048f7ff766356c460199809236cacab488784425db15f10d1f2 0.14 MB 387 196
223,570 223,570 00000000000002b128affa16940f994d19dd9ff06c834a0e7492153062a94408 0.14 MB 303 143
Previous 10 blocks ↓
Total Size: 768.98 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,616.51 GB sent, 92.74 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.