Memory Pool Memory Pool Refreshing

4,001 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 9/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,180 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (786,181 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,620 121,620 0000000000008a71973b57c3e02995801381709b65a74345a9db4bff1f1c430c 0.00 MB 12 339
121,619 121,619 0000000000000f6adb37ac1d6858d3ce0e0ce03f2cd38a4d503b44beee044db5 0.00 MB 13 0
121,618 121,618 0000000000004988f0f366eca78c47a5310511ae9dfd29d145ef15a55388f192 0.00 MB 1 0
121,617 121,617 0000000000002e3880d5ac7a88d6fe8eaee0e0bc041d7cae8195f268bb1e93cc 0.01 MB 27 465
121,616 121,616 0000000000000a3801a1aff12a5ad2484e1f1935fade8f88a36e003b97005202 0.07 MB 269 0
121,615 121,615 00000000000025c7f616f38b6b54407dcadc22a9ba2c6b5a9c0ca5818fe8a567 0.01 MB 14 183
121,614 121,614 0000000000001fe6b580fc1aad0248633ac7662b42872ef91ed23cb7f5d8e9ae 0.00 MB 1 0
121,613 121,613 0000000000002b781cad0e9a9e3a7d5515b7d68f30404916b6f62f1c8b6b8b0c 0.00 MB 10 0
121,612 121,612 000000000000084e78daac5b5e6c2bc0160c79fd06b8ce6553ed93ffa7f11653 0.00 MB 10 292
121,611 121,611 00000000000097d034ad8a31d9f043738f0a9107db0e8fe918812ca52ffb97d9 0.01 MB 16 157
121,610 121,610 00000000000019efa12c142460244de4bbf529a73dfaf7667ebbc63edd0d1c60 0.01 MB 11 642
121,609 121,609 0000000000008caf3bc32fcdc2c77c993f9d33b7f6ce89710b6f8c7cf24a3741 0.00 MB 9 321
121,608 121,608 00000000000021733962fb271bd6c00f36b87c85b622b11d004c2b255e72289a 0.01 MB 8 0
121,607 121,607 0000000000003f2cbaacc87dcb551881e397e45be31c66e9b26c2900a2cebc06 0.01 MB 17 117
121,606 121,606 0000000000000263428534b43a68560763ebebd01a4a0659cfbe2910cfacf938 0.00 MB 1 0
121,605 121,605 00000000000006876d1b3f679158761f90dda5c9ca0a91dc5a7c5d5881304f9c 0.00 MB 7 0
121,604 121,604 0000000000004f7418234b66e55848ddcf4a6fb17de136e207eb641b17095519 0.01 MB 37 391
121,603 121,603 000000000000768500cdc046ae7e804cb305688a9103ad260c5666677ecc0a8e 0.00 MB 2 1,179
121,602 121,602 0000000000004efa43fadd3e9668830507dddc4a59a5f86fd75f58fa45f6a128 0.00 MB 1 0
121,601 121,601 0000000000003f887b9343368ccc826c4d82355631e88182c58f7e0824a30dc7 0.00 MB 3 2,074
121,600 121,600 0000000000008f0087f4e342be4643b2951f7b364601ce778b8ab6c79f563474 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.17 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,632.85 GB sent, 93.73 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.