Memory Pool Memory Pool Refreshing

3,316 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 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,751 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,111 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (546,628 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
361,122 361,122 0000000000000000160e89cb430c25b04e22e157bdce889a1c4610cd798ae3c0 0.00 MB 1 0
361,121 361,121 0000000000000000019412fdcf4848ec71149b8c626a54261a837629a5934f4b 0.08 MB 86 12
361,120 361,120 00000000000000001403e46d129bf1b955a8393a66ff6d96bc2437fbb8b13bfd 0.18 MB 342 74
361,119 361,119 000000000000000005372670a8b9a1dcfc84f4c4abc45aca0abe40bf48a361fb 0.25 MB 553 26
361,118 361,118 000000000000000014ebdfb404f25e9686e7c52b799922e2249455842f863c6f 0.14 MB 246 20
361,117 361,117 000000000000000014675f23a7b3a05a5425e7dd1117979a532a3bf60cbf15b9 0.60 MB 1,133 23
361,116 361,116 000000000000000003388bbfa41039d3f637381b7d6df756fda1db19d798da1c 0.93 MB 1,835 27
361,115 361,115 00000000000000000877711d7469490592cd01ac1923c8a62be92d96e66cbb10 0.24 MB 459 28
361,114 361,114 000000000000000001952d970f05b63320e05d696ac47123dfda1394d0277658 0.60 MB 1,078 22
361,113 361,113 000000000000000014f648dce324f19e8c20b1db71e30af43a537c77ce5ffb46 0.21 MB 257 18
361,112 361,112 00000000000000000ff2b2ce3beb1bfa0480dfb71266197b2ea8c42c607615bc 0.75 MB 1,882 35
361,111 361,111 000000000000000001ce3afaa85851afa9716a6f42ea534718542012812b8c4f 0.13 MB 183 21
361,110 361,110 00000000000000000c09b0f629138b2d412292438eaf4975c64d796a0fbea3f6 0.32 MB 588 23
361,109 361,109 00000000000000001162cabd583faac9293dc0e10849a8a4a8b09574cbd50dff 0.27 MB 473 21
361,108 361,108 00000000000000000cbfe2ac027f463158e747febb0bbf25701cac3cbc706782 0.25 MB 360 16
361,107 361,107 00000000000000000da37d2a12873fc5d9f1edf8a7dff46a4924adb41bb9fc55 0.75 MB 949 17
361,106 361,106 00000000000000000e0716d274d6bf0dbfb49fa7d9f3ff568ad892c7c1f76a8e 0.25 MB 438 21
361,105 361,105 0000000000000000045dc4710393363a80576ba22ccfbf47f2a98b6ba05e7dda 0.85 MB 1,934 22
361,104 361,104 00000000000000000c37d64524b94565c343e6414ee7f3d2f280a906f84c8b9c 0.75 MB 1,090 18
361,103 361,103 000000000000000005a1c3531350ad408a3510b08ed4a2800001a23f8724b253 0.75 MB 1,498 31
361,102 361,102 00000000000000000f88cdf23fb6d28440303d486f30d767d4b5a3a4a7428471 0.95 MB 1,089 20
Previous 10 blocks ↓
Total Size: 769.08 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,628.19 GB sent, 93.28 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.