Memory Pool Memory Pool Refreshing

2,215 transactions
1.00 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,644 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,198 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,643 (907,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
1,510 1,510 0000000035c87619e4408443c2791f30d3d27c7252739b3af85e910ab2c50306 0.00 MB 1 0
1,509 1,509 000000007cf65564396af4a75ba96d5a07123d9f430faaf49758abc4e50cf2ea 0.00 MB 1 0
1,508 1,508 00000000bdfb91e2ff603c06a2487f6b046e23999312a7e68beb164cf5524b6c 0.00 MB 1 0
1,507 1,507 000000007e1ac8ccd506621e0bff04bc0af3c3aa16b5be64084eb23779c1d166 0.00 MB 1 0
1,506 1,506 000000009b21280e899a42b1858cd2305835d548926eb7840653e040a536daf4 0.00 MB 1 0
1,505 1,505 00000000477a98f1bd6fe9c20c9a838564d58ae3ce92346b42f771d44a52abc2 0.00 MB 1 0
1,504 1,504 00000000f046b243850d710ff764a552c10d8a9018a19bd0108e7a618c5ef2ee 0.00 MB 1 0
1,503 1,503 00000000b0deb59c67e3efb491550cefba0c3cd959af391e5735763e5e62706f 0.00 MB 1 0
1,502 1,502 00000000b6d776781b8a46d059660e60c67e108fd5a5ed441a7995266186f050 0.00 MB 1 0
1,501 1,501 0000000054f7d37ec4740027b6994907d8e771d77c14501503833da4146e8637 0.00 MB 1 0
1,500 1,500 000000007d07681a955b7bb9d96c473e847395b592b6e9e5a73b15b594bd4013 0.00 MB 1 0
1,499 1,499 0000000067998d09c2a310314ea12cbfc7e528d60a6bdc2e0907ae3b9482855c 0.00 MB 1 0
1,498 1,498 000000000a20cbe365611f74cd93f91ad2f037b465cd67bb09ba1a43fbdfc278 0.00 MB 1 0
1,497 1,497 000000002a656240dcd2cbbf5bd9d1ac87b6c7a513577852b048f1f412008d21 0.00 MB 1 0
1,496 1,496 00000000ac1b67360d0372804da6a0db00d1d9587dbb2087367fbd3d0d4bad50 0.00 MB 1 0
1,495 1,495 000000004c1dcd06f4ca194a1761f25146a8b219dc03dd4df9d1f446210ce0a7 0.00 MB 1 0
1,494 1,494 00000000de4ccbbe194b8393f747881565ef9a19288328228b53dcbaf4f88609 0.00 MB 1 0
1,493 1,493 00000000c3a7bc56d1eaace7a174de16999db9e747aeec41ab62318f812b2678 0.00 MB 1 0
1,492 1,492 000000002590c6bd1c26c7afffb1dfb621950be4a6d9b89d019455c982997368 0.00 MB 1 0
1,491 1,491 00000000b7f525ddd961b69117ec21f5fc253af5a60be885a72cab6cc65b4adc 0.00 MB 1 0
1,490 1,490 000000001d48d25d3c5cce231e54dd545d31c41d050f375a9246406e85c3c821 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.89 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,851.07 GB sent, 101.38 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.