Memory Pool Memory Pool Refreshing

5,170 transactions
1.57 vMB
Show Random Selection Loading Transactions
Max Size: 10/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
908,572 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,515 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,571 (882,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,462 26,462 00000000034968c86a2997b618653eafe01c41ff03a16aa403c1df2fc92ecc15 0.00 MB 1 0
26,461 26,461 000000005be2867fc60c7fa29befaf3e7e1bb740a4cb0a0027aaddad7fdd4673 0.00 MB 1 0
26,460 26,460 0000000087402c0c9dae3c01eedcfcb0d3b6e2e3e634276d8aad8f3928f01415 0.00 MB 1 0
26,459 26,459 00000000e6a8e419a54d58a93a52f514e0f149b8b7c1ede69264db44bf17be87 0.00 MB 1 0
26,458 26,458 00000000b20eaa6baf06088fa9351ddb426aa2641c1e45763ba8fc178181e3d4 0.00 MB 1 0
26,457 26,457 00000000643dbb2064821807ff8a8675c45469073d6a508426c9b3951969d0ea 0.00 MB 1 0
26,456 26,456 00000000054919063d7e0813ddabc0085f2291ed68bd3841d8a78c19d4d0bcc9 0.00 MB 1 0
26,455 26,455 00000000d57fcd30a427b16248bfcf0b9286fcebdba24c5e9286da2820b7e6e3 0.00 MB 1 0
26,454 26,454 0000000041fa9f9a69f1b3bd2c77fa0ab2400d1ccd5775b0f5e1ed8707c56e86 0.00 MB 1 0
26,453 26,453 0000000081aa5994bee74ef9c41a054c60902d841a81f7ad88659481373a30ee 0.00 MB 1 0
26,452 26,452 00000000e873ef276067ffc982e7ff865c4e42b9aaa8bc1faf091ea4cfaee37b 0.00 MB 1 0
26,451 26,451 00000000a3f6aed1855fa0eabb312b62acba843ebf39543572a450a61d186b41 0.00 MB 1 0
26,450 26,450 0000000069c8373dace0be7701eea6b2a2a89ee2a753fc5151a444a5159f327a 0.00 MB 1 0
26,449 26,449 0000000041cf498d6f6da16f3f48f98d1805de2958a8365e7dc9dd0662177069 0.00 MB 1 0
26,448 26,448 00000000da7fad56893dce5d31c3da577deb448447e6249c610031b9f31eb216 0.00 MB 1 0
26,447 26,447 00000000b07a4586deb2770ec2cab41eed3d82e37b87844ecb81924db0f175d4 0.00 MB 1 0
26,446 26,446 00000000d61d2ab3f5e12078110fad7a78a290ced7e64d318623358d32d20b12 0.00 MB 1 0
26,445 26,445 00000000cf6426c279e17632fb629d1a15d4c8509005c42710d5028a4cf79f2a 0.00 MB 1 0
26,444 26,444 00000000e29bf5bed31db08049ac494b90bf8cf570307002a7c48212406c1d32 0.00 MB 1 0
26,443 26,443 00000000496c268a97cbcc8974e1ae981303ce65cbb26d5fd04c1faaa9c13f06 0.00 MB 1 0
26,442 26,442 00000000e605c575ad986fa2e075abfa069e93199f2bd6b488b132cb7d3fdf3f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.06 GB sent, 100.75 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.