Memory Pool Memory Pool Refreshing

7,535 transactions
2.04 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,829 (420,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
487,728 487,728 000000000000000000ef4317b465735071de1902691fae3ef80098f9c4696def 1.03 MB 2,334 126
487,727 487,727 000000000000000000797a1c7e09af7d2602aad175a7051dd9bb31024a733e65 1.04 MB 2,594 39
487,726 487,726 000000000000000000c8268d1c5c115351e8b49ca0db90512f4f4cfa416b9c7f 1.03 MB 2,258 45
487,725 487,725 00000000000000000095541ea98e0cffede6cdf70eb78d21464803f8d4386012 1.00 MB 2,062 33
487,724 487,724 000000000000000000008a2242190c84ab0fdacb0eefd10a401cb0c794e4999d 1.04 MB 2,250 127
487,723 487,723 0000000000000000002d01642d7ac2e0b967567d240f8655b5c2a876efe34da3 1.00 MB 2,014 108
487,722 487,722 000000000000000000451d4f1f4e7bbaaff00ae6d7996c1a6186ada46dae15ae 1.03 MB 2,288 61
487,721 487,721 000000000000000000e4706fb1dbccbe077f34b35b64ae8145aa64f1142257a0 0.56 MB 1,141 216
487,720 487,720 000000000000000000d4ee1bddcd044c7a4515e8ec7e2cad3dde5a48f07628ca 1.03 MB 2,448 73
487,719 487,719 000000000000000000b36a6efaa8f47b86e3d9a7296dd812b51cd1e968985b2d 1.04 MB 2,758 39
487,718 487,718 0000000000000000006abcace6b919cc93ba96855140344bfb1adf09c5d603a6 1.04 MB 2,363 102
487,717 487,717 0000000000000000005143abb03fbc1a96c0db69ec06ad5bd89d7c71fa1cc358 1.00 MB 2,084 104
487,716 487,716 000000000000000000412ad2ca23467bf7584255cc8290da14c0c88a3883c2f7 0.54 MB 1,017 143
487,715 487,715 000000000000000000d74c254a23cbe141c580a0062a7a2cb92439ce26d9c263 1.00 MB 2,404 127
487,714 487,714 000000000000000000b655396c8b586f08ee34b9ac510d4437059ae6b88516df 1.05 MB 2,292 78
487,713 487,713 000000000000000000a524fa8b585449f98376694a820fdb5d5d0e0280a76de5 1.04 MB 2,232 113
487,712 487,712 0000000000000000004c14cf67791a0a732a40f95ff883e7e4b87c8998a2b8c1 1.00 MB 1,652 123
487,711 487,711 000000000000000000ece3628ad632a9bdd861b71b27e82f6dcf3beccd87e0c1 1.02 MB 2,419 30
487,710 487,710 000000000000000000bb9040b33f75abeef48309bc383c6a1888d27b14addce4 1.03 MB 2,485 120
487,709 487,709 0000000000000000001269cbae3157262c79aa8e6aab2402dd4d0b537d2cb782 1.06 MB 1,707 41
487,708 487,708 000000000000000000645d7c341553df23ed4b58dde0204dcde872dcfd67f1e4 1.00 MB 2,415 96
Previous 10 blocks ↓
Total Size: 769.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,634.68 GB sent, 94.04 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.