Memory Pool Memory Pool Refreshing

758 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,896 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 728 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,895 (250,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
657,503 657,503 0000000000000000000185fabd43ac535a3527e911ca1bc2aae47b0e25edc5b2 1.35 MB 2,885 94
657,502 657,502 0000000000000000000516317c254ae17781218f16ce568359f96475849fff8b 1.16 MB 2,313 15
657,501 657,501 0000000000000000000d6420ed4a1479b94af25605e144b627fba91eac47ee99 1.29 MB 2,750 43
657,500 657,500 0000000000000000000b059d06217e5933665838fd73c8611f5fe7fb4a77d060 1.32 MB 2,873 103
657,499 657,499 0000000000000000000417a3f8db188784ca73858dfde770ef2dce746878ab95 1.18 MB 2,308 7
657,498 657,498 0000000000000000000879975c3cf854bd1b2de05af1ed48a3b53d9c22aa6412 1.25 MB 2,292 41
657,497 657,497 0000000000000000000698859d225da3129461173d6a9c07b2849edc9da0a12d 1.17 MB 2,445 32
657,496 657,496 00000000000000000001a34b73614af1f00d1b21421e990f57b3d0e1e26bcfa3 1.18 MB 2,145 32
657,495 657,495 00000000000000000000c1dd1044a24065f9fb5f9cc68af0048c2fed8c7d7493 1.14 MB 2,507 36
657,494 657,494 000000000000000000026743b19de5cd18e77c43a4a26b5f6f7ec25e5179c963 1.33 MB 2,500 58
657,493 657,493 00000000000000000001cbff82cdddca351c2f65888603a5d53ba09215e58165 1.35 MB 2,304 39
657,492 657,492 0000000000000000000e9e608df78f345fc03e7962f1eae3f284c080b2db0179 1.35 MB 2,468 71
657,491 657,491 000000000000000000098f8a3dc4088c02ea2cb4cdf6dc838dd488be284cbea3 1.13 MB 1,172 80
657,490 657,490 0000000000000000000200896a3a2a8dd761e762b5f21ded4be5784c4e85f746 1.35 MB 1,978 70
657,489 657,489 0000000000000000000ba14f4c8389e2568309a60b0e527d55a55ec74b01658d 1.31 MB 2,120 60
657,488 657,488 000000000000000000059ccad17c1393701801484d56bc14a96b6768f59831ef 1.40 MB 2,232 48
657,487 657,487 000000000000000000041d476b060365575be04acea06ea2b3ca2aad808c7faa 1.34 MB 2,699 93
657,486 657,486 0000000000000000000ed304f0668ab2039188f273794be8020d1bd28b1b65c5 1.38 MB 2,363 105
657,485 657,485 00000000000000000006b135e8038d7bb9922c04fd897ec72fd81479ba4d8458 1.04 MB 2,200 10
657,484 657,484 00000000000000000003bd7d42b73755b1557a1442d97e87bc01f39d0cfe51c6 1.32 MB 2,178 55
657,483 657,483 00000000000000000003451e7e4aff6f7852310283da3c433df52c7f48c3d1a8 1.37 MB 2,532 90
Previous 10 blocks ↓
Total Size: 769.35 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,643.44 GB sent, 94.68 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.