Memory Pool Memory Pool Refreshing

9,180 transactions
3.03 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,842 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (73,224 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
834,473 834,473 00000000000000000001ade4e853dd3634c16b1cb360dbcbd820cf02ab167787 1.33 MB 1,113 13
834,472 834,472 000000000000000000036ef75191dbdae7bd2721c664e85b940f3284b38d28d0 1.74 MB 1,373 10
834,471 834,471 00000000000000000000f2e249fa584f2dfbf85e3931586702f4be8325136581 2.12 MB 1,262 11
834,470 834,470 00000000000000000000841732488742cfc75fa8af5350054a54686c780c3133 1.93 MB 1,398 11
834,469 834,469 00000000000000000001cc281f52485ca112bc85c569278af7ee1349dd5583d7 1.90 MB 791 11
834,468 834,468 0000000000000000000177be954b47612a3dcd5df0414a1fca78a1477a4c1565 1.65 MB 2,446 16
834,467 834,467 0000000000000000000037d9449fd4d12352b0124c1fe9d5259a50b365469414 1.64 MB 2,964 24
834,466 834,466 000000000000000000005bcdb8204d6440294b7e34645d77f7f8e41fa986d8e1 2.05 MB 1,752 13
834,465 834,465 000000000000000000034c57f5193df2bf01c9276386b7ff447854fcdab86a57 1.92 MB 2,944 16
834,464 834,464 0000000000000000000177a0869a911a2b65c9bdcd5a8bcb02b68f305bee848e 2.39 MB 1,442 11
834,463 834,463 000000000000000000007a3094ac2d9d7be086f4bb3c8c294f2bc0bf9285547d 2.13 MB 2,244 15
834,462 834,462 00000000000000000000587c393ee349c72e0a6f25e4b902e5132c99f7f4c2ce 1.94 MB 2,215 15
834,461 834,461 000000000000000000003cdd089d4d19d6765d16d6c6388d6ae005448a88b6dd 2.01 MB 2,906 15
834,460 834,460 00000000000000000000484a79b643b2524bbce82e5d8a442013fa5b8905ed98 2.03 MB 3,211 13
834,459 834,459 000000000000000000031ed44cbf1ce50617cde3fd720e981defad308baa3722 1.62 MB 2,926 24
834,458 834,458 0000000000000000000006cdbf06715d7d636bb189d040e8c8a0b1493890f3b8 1.54 MB 1,853 15
834,457 834,457 00000000000000000002fc9dd40562a07afd3f1234f9855d1be2d433d0061c2d 0.00 MB 1 0
834,456 834,456 00000000000000000002e8f0937615de5fa1b781f2704e2455b22ca36bb9b036 2.41 MB 2,883 15
834,455 834,455 000000000000000000000d1dbf0f1304a9458c73649b153d6c2d354fd33067d8 1.82 MB 2,956 24
834,454 834,454 0000000000000000000296af9a1b27849574a36f845fce55703ae76f9f4d6a57 1.90 MB 1,843 15
834,453 834,453 000000000000000000024e7ecdd9fea2ba73277b8f0a6a99f7add093d3c060d4 1.81 MB 2,836 22
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.