Memory Pool Memory Pool Refreshing

8,387 transactions
2.78 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
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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,293 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (22,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
885,578 885,578 000000000000000000011935c85687ff281ab8ec01500f9f1d4a380fcf5fc336 1.65 MB 2,814 5
885,577 885,577 000000000000000000026511ae21c6d78180a02fd2a6a2937fb6328b8ff575c0 1.26 MB 752 4
885,576 885,576 000000000000000000007642cbb448f861e690285ef0bb352f3accb41d96e32e 1.03 MB 164 4
885,575 885,575 00000000000000000001f86a867bf1ce2cfd167633d33c2b4a8eb9883b33d312 1.56 MB 3,202 7
885,574 885,574 000000000000000000002cb5feb087c88af8de86bebc55180dfe86068724bfeb 1.52 MB 2,689 6
885,573 885,573 00000000000000000000e35e4f2372296c5cf71eb8423fe50d04a7eeae94c627 1.44 MB 672 4
885,572 885,572 000000000000000000009a6286767c5a41dcf8301c0cd1b5b79f2af343a5ee0a 1.47 MB 1,950 6
885,571 885,571 000000000000000000020b76e65faf1dfede69243efe2561560c9c120815aad0 1.68 MB 3,626 6
885,570 885,570 000000000000000000004e6759e2b7e9630348804e8a39fe6233aff3cd0f53a6 1.55 MB 3,238 10
885,569 885,569 0000000000000000000144dada907d2914ba2b319204744696e3b2bb28e6a40e 1.19 MB 1,268 5
885,568 885,568 000000000000000000004c32d2caf89aa4b59e7a73509e92bf41cd83d1252cbb 1.36 MB 2,131 6
885,567 885,567 00000000000000000001311d5455561e32582bce467ac4843373d08d23b5a056 1.39 MB 2,653 7
885,566 885,566 00000000000000000002298e1065b13fae8a0261a6358653a08bc48f8abde78c 1.26 MB 1,073 4
885,565 885,565 000000000000000000008d93ec8a0d621c627c57e3c96a7d12e321b2751ffecc 1.54 MB 3,175 8
885,564 885,564 000000000000000000017a80dfaa247a1fd99711e31bd9ea5447e03c59744837 1.62 MB 3,375 7
885,563 885,563 000000000000000000009f3bdf9a2589e04baedcb25b663b299d23bcd2e647ec 1.43 MB 2,591 6
885,562 885,562 000000000000000000018a553d2b3176fdea7278e5cb7e948c776d57d92af624 1.67 MB 3,399 9
885,561 885,561 0000000000000000000109229deae4740bfa6777508b24998c96946ed24fbca5 1.42 MB 2,644 7
885,560 885,560 0000000000000000000220d598f7ffd4d82f04918079399374c32330e5a9df74 1.54 MB 3,493 8
885,559 885,559 00000000000000000001d7be02f667c0c422ec1c7b5896c2c29184a3e3c7eb76 1.55 MB 3,795 10
885,558 885,558 0000000000000000000235afd82e645233bf50befcac8f3852641f72c07577e6 1.48 MB 2,127 5
Previous 10 blocks ↓
Total Size: 769.25 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,635.14 GB sent, 94.17 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.