Memory Pool Memory Pool Refreshing

5,927 transactions
2.53 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
2 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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,751 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (698,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
209,414 209,414 000000000000002351e8c4a8fb0f461686d66796538bc3390ccbd11a8868c289 0.02 MB 47 88
209,413 209,413 00000000000002652c7895f3794f1d7e4c2894485475b5156992f71f5b171b77 0.11 MB 253 140
209,412 209,412 0000000000000475c6f075f51a725449352f0b5c41088c12af0e4a5925308f90 0.25 MB 627 215
209,411 209,411 0000000000000330eb85e5f837936216b27b2581153eeb2ee725b2d4a9062309 0.22 MB 479 176
209,410 209,410 000000000000010e2c563dd1f8ce8771ce4f336daa31ffcfec85b73840e3d99a 0.05 MB 153 81
209,409 209,409 000000000000027dad187169be87da472739dfabfb89416b16ee0b1a80ca73a6 0.22 MB 615 212
209,408 209,408 00000000000001a35c81c9c99b421044c1d6bdb7f418e0928eefc727de762c3b 0.00 MB 9 170
209,407 209,407 000000000000006f97f9b78986186dba1586ffea67d991ecbc4a35e79da6e1c8 0.02 MB 60 210
209,406 209,406 00000000000002957a00389d3c50250b6b83343f15d07db591e40c4b5ae4d0c6 0.04 MB 92 186
209,405 209,405 00000000000001fed013abdb72e1018f978c697f629b884efe1158d3a5103172 0.03 MB 70 132
209,404 209,404 00000000000002435762a4f0b235976b30455745674be3f6319db737fe5f7044 0.04 MB 103 161
209,403 209,403 0000000000000246d290ef2a5dda05bd697c0bab225ed406aeba1189e6e3e2e7 0.03 MB 81 156
209,402 209,402 0000000000000375df7c861df009ccb05d97165d6dc2fec134d4ceb9692c5d83 0.10 MB 291 157
209,401 209,401 0000000000000008ba78f779cb03d66a71d4cbc7b940d1e589ba5aa0698f6d54 0.08 MB 212 239
209,400 209,400 00000000000000e64f1d5c3afb2074b3cf6f240adadf4cec9a971d5c67dbcb48 0.04 MB 101 179
209,399 209,399 00000000000002d9fae98fbdd9bfbb97cdc8398cf595c854cb363757d7be10bc 0.07 MB 167 178
209,398 209,398 00000000000002703aa1fde831b43a888154f4337d3ad9d1a18de7ca211bceca 0.10 MB 212 171
209,397 209,397 000000000000019f72fd587e91cb89a45e37afe8ae13cdff1cae90aa49d74d04 0.02 MB 29 112
209,396 209,396 00000000000002fa2a5f525287d078721cb867164e1e5028ee981fd6c2d56f20 0.03 MB 81 113
209,395 209,395 00000000000001a3658661cbf456d3814c1e4ace5677c2aabd71d6e0b7943bc5 0.01 MB 19 296
209,394 209,394 00000000000004d013143aa30af9be4d030edb7185aaab7459da926dd13012c7 0.03 MB 64 178
Previous 10 blocks ↓
Total Size: 769.21 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,634.36 GB sent, 93.98 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.