Memory Pool Memory Pool Refreshing

9,925 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,415 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (787,384 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
120,331 120,331 00000000000054347fe0994fd78eb7cb7b619e62a0cb64d8f552688d50f9beb2 0.01 MB 19 313
120,330 120,330 00000000000021f40f4ea50f03b91ade71c6e76cc494ac09c913621a4c3d2457 0.01 MB 20 0
120,329 120,329 0000000000005c4bf2b3c89020fdc78c2d542a60d9f4fadad444b717ce2a6b57 0.00 MB 13 314
120,328 120,328 000000000000a49748452b62dfa877a412420bca9c3ac85bdc18d1921b404744 0.01 MB 17 715
120,327 120,327 000000000000716c29d40e402187645ee1afa7690e000fd6bab1cc1700c34d5a 0.03 MB 43 1,159
120,326 120,326 00000000000074bf052f84e609832b1264bc4bd0d01ec3e60df7cb1880123c45 0.00 MB 7 589
120,325 120,325 00000000000086399d4a02de17fa271533944bce381ecc7a3cc80bab7b36e276 0.00 MB 4 1,556
120,324 120,324 00000000000097bc96839d87b442c3aba71e1f94a99c50ccb7a774f2584c7e8f 0.00 MB 8 311
120,323 120,323 00000000000037787e46125dd87563025f9c33a9ece8d1102772f3bf2b3b5d6c 0.01 MB 10 319
120,322 120,322 0000000000002089e5fe11875e85ea86d3c59df915cdb6cd97174c63c748e1be 0.00 MB 7 322
120,321 120,321 000000000000388a49a4b82f0332f1dda847ac77faa263c69101d52eb31fa067 0.01 MB 14 947
120,320 120,320 0000000000007394ee041abc24dca753a4b65dd45a5a6253d405fcba3347468b 0.00 MB 9 636
120,319 120,319 000000000000a4a501418a0f5feef405b6c768c5c44b1199f6439108a1af7cdf 0.03 MB 50 394
120,318 120,318 00000000000091f43a5484e34bec970b72917efea5aec3dc61b8ce162921405f 0.00 MB 11 0
120,317 120,317 0000000000007eaff6edab53d136cc6f49e96aca01bff795f799f4b452be09e7 0.00 MB 12 1,144
120,316 120,316 000000000000556874c7ae014625a3aa567fdb378ebdb38f5bb1d151cafa8545 0.00 MB 3 358
120,315 120,315 0000000000002fb325b1c213e41ec635715a851206a029b93f3ea51e0574856a 0.00 MB 7 338
120,314 120,314 000000000000777634c01e1fa8d33938c151795fb3f6893565bb9ce2ac3c4162 0.01 MB 12 550
120,313 120,313 000000000000afba8eb16f7ceca3a376cee236fc9e5ddb4f6aca980b84c12cd8 0.00 MB 9 0
120,312 120,312 00000000000089e36966f58b73f4c33bcdf3cbb619b047d488706ccc439c3b84 0.00 MB 11 312
120,311 120,311 0000000000004ead331be584678a51e56adc5bfa27a11e571dbd896fa939b2ea 0.01 MB 10 1,135
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, 114 incoming
  • Data Transfer: 1,621.42 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.