Memory Pool Memory Pool Refreshing

3,708 transactions
24.33 vMB
Show Random Selection Loading Transactions
Max Size: 100/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,315 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,365 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (801,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,343 106,343 000000000001daee213f0b963fc06c466d55acf500bffdb2fd659b13a9b3320f 0.01 MB 22 0
106,342 106,342 000000000001775235c322783c55bf6a1267bbba17345f4357298c4240f74625 0.00 MB 2 0
106,341 106,341 0000000000012ff134125043541e5f789b93d92e8112b83e80bf909b9182f3d5 0.00 MB 1 0
106,340 106,340 000000000002db223acddffd7b2857adb0fbce78e863067716da50599477766b 0.00 MB 1 0
106,339 106,339 0000000000028cb1a5300efd2a3cc4c288463162df0affe1272385e884b0226a 0.00 MB 2 0
106,338 106,338 000000000000c23e14d751143daa114b99f5cf518e1e7fa993a8ed2c3b7766f5 0.00 MB 1 0
106,337 106,337 000000000002b5abb9ea94fa13a28eb4839a05982a601c31496d5d2b1f453bab 0.00 MB 1 0
106,336 106,336 00000000000079864e9a10df4d8bb9c6b7cbcc6c35c4fc59ba0538f01c5f114b 0.00 MB 3 0
106,335 106,335 0000000000021faa30448eba975291e7b6ba5d42416e6c1deddb0dc82e5c0a0c 0.00 MB 1 0
106,334 106,334 00000000000120161773284a201731ad25e12acdaea1f7f792146a47c9d29f2e 0.00 MB 1 0
106,333 106,333 000000000000cdd2bd651d1bced8cea49c7d1835506377a0bdf44de678012840 0.00 MB 1 0
106,332 106,332 0000000000020d99267848e723284983769d3c97417fe932fa605375c751e004 0.00 MB 7 0
106,331 106,331 0000000000027673146c2a7aa50e750725084a478543c2ef8f1de1fcbe026432 0.00 MB 1 0
106,330 106,330 00000000000266b54c2b1ac10c04c8770d4dcd80af512f62026446bcb9c4afc5 0.00 MB 4 0
106,329 106,329 00000000000055d0596aec5f2299549fc4ec39c72d611f418587893856fdf408 0.00 MB 1 0
106,328 106,328 000000000001fe18ba6eb8aabcbc334198d4a997fa0b72de384470e16e6e2466 0.00 MB 3 0
106,327 106,327 0000000000001ce5e49caf6bfc170f7ec66d2db06a4d3a2f05b0dfd73a1df90a 0.01 MB 26 0
106,326 106,326 000000000001ba30d5f92700de17f34360a4e2867cbbd433f97d20a4d950ab79 0.00 MB 1 0
106,325 106,325 000000000002e4afa35c75b08b398015ea691dcc0d35b6a89c1a8adfb940e3ba 0.00 MB 2 0
106,324 106,324 00000000000181a904d90e28f31a1009dc544cae2539c609ac9b0f0b2af76ebf 0.00 MB 2 0
106,323 106,323 000000000002290c41d3348a44fac8ffd6420bf0b5dd182eb5b2d3b9837495da 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.22 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,700.23 GB sent, 98.61 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.