Memory Pool Memory Pool Refreshing

10,654 transactions
3.21 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,570 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (684,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
223,569 223,569 000000000000019a6007554d7f7347f4e475245dbc46484c1cf02999159f3ced 0.14 MB 264 146
223,568 223,568 00000000000001b55226cef2f00ee35986eedc05ee60c222df6ac4587023312e 0.24 MB 376 179
223,567 223,567 000000000000044e73e762e7b992e3c521ad72a7677df5344f5ae4c04fc7ebf9 0.25 MB 519 168
223,566 223,566 0000000000000227e5c574e77641fd4a880404afedc719729b24543df70a9d0e 0.25 MB 547 174
223,565 223,565 000000000000036a150006a2de452991d2ee01cb31b85de890d68db1569c68ae 0.12 MB 126 92
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, 113 incoming
  • Data Transfer: 1,621.46 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.