Memory Pool Memory Pool Refreshing

5,679 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,874 (254,065 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
653,809 653,809 0000000000000000000c40d594f65256690dfd0800b1e745d7bc9b2798309381 1.30 MB 2,066 136
653,808 653,808 0000000000000000000a02865c2efac3048a0c7182728b9c522dcd3aad2e8195 1.33 MB 2,877 148
653,807 653,807 0000000000000000000bcbb9392f8732ca8fec39f0ab861796b9fe641c270555 1.27 MB 2,651 79
653,806 653,806 000000000000000000077a3e5eae412db7ef04186b2f2d20ec89738473c7d425 1.40 MB 2,245 131
653,805 653,805 00000000000000000006d0bf80395fd3718c2f0ae3aa48ea8848d40476cc1545 1.16 MB 2,255 56
653,804 653,804 0000000000000000000658b5ac442f5ebdc2503e4411a3fd91edf4d61a802385 1.13 MB 2,238 56
653,803 653,803 0000000000000000000dbb0429d8338e83749b91c2b8a17beb65f1dda0c5178a 1.26 MB 2,048 50
653,802 653,802 0000000000000000000085d36cf02383ae4155433453e645eeb96b6de8b6b88e 1.15 MB 3,339 57
653,801 653,801 0000000000000000000ce199b6def9d8f8b769ccd495341b1afb231e8310ff69 1.28 MB 2,677 82
653,800 653,800 000000000000000000077a7ff5af32bd6125ae1a75739e158e93883003e23b11 1.25 MB 2,566 67
653,799 653,799 0000000000000000000601c6e8a400a6c3dc8d2c5a05c33994af90e96eb78e63 1.11 MB 1,652 79
653,798 653,798 000000000000000000084a38bee081063330398137eacb37628c5c8d2618089f 1.15 MB 2,021 91
653,797 653,797 000000000000000000046b5ed5b6543aca3fd3f7230a4baef02064868e19648f 1.16 MB 2,072 80
653,796 653,796 00000000000000000001d214b147f3f520461bd9e92117ab821971c11c9b33f5 1.18 MB 2,422 79
653,795 653,795 0000000000000000000b3f6740ee03f78dbfdbdc588cfd130ce690d01025d22f 1.17 MB 2,594 89
653,794 653,794 00000000000000000003174a61ff4225b30012bfc6904b1931e3a6e98a5718bf 1.33 MB 3,001 145
653,793 653,793 00000000000000000001ee7d74607792f156179d710629c20449db75ffa69216 1.13 MB 2,748 77
653,792 653,792 000000000000000000044135ddcabf325fda7c33a0a0d7f714ca7d6aa1ba6abb 1.31 MB 2,423 113
653,791 653,791 000000000000000000014f3a48f6b2e69d5800cf3d0541b72f8bbf3c8d89d9e1 1.37 MB 2,576 146
653,790 653,790 00000000000000000003e201bbc254e11cc9298c07e5b48cad7954e489cc3cad 1.32 MB 1,802 133
653,789 653,789 0000000000000000000096f4d1dbcd6154c1132117ba19ac22f84287d863b9ce 1.31 MB 2,696 99
Previous 10 blocks ↓
Total Size: 769.31 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,642.77 GB sent, 94.49 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.