Memory Pool Memory Pool Refreshing

4,857 transactions
2.88 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,440 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (591,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
316,409 316,409 0000000000000000223b0fd81fc6e63492028f272f772e5daad131feef4377be 0.02 MB 29 21
316,408 316,408 0000000000000000083c43f6ff47653633f6464033e6a9707b6102b986275fa6 0.20 MB 310 26
316,407 316,407 000000000000000009fa44b2a3c2093acf6af5f424d9dfac92b10f294aba9ecc 0.02 MB 48 34
316,406 316,406 000000000000000004d323d5924a78b1f1c58f5f6b3d301a3721407477f5991b 0.07 MB 143 24
316,405 316,405 00000000000000000d1040d60197fcf0c114b2db05c0f4a4277918482f37c5f6 0.44 MB 816 27
316,404 316,404 00000000000000001518efa63a5576476cc3e7756433b62774a1e69d82212d3f 0.04 MB 83 26
316,403 316,403 000000000000000028762a32dd439ca70751c5ff714c04bf8f2c37e846980c4c 0.07 MB 64 8
316,402 316,402 00000000000000002d4a608d6cef7553ffecbe2f7e224e80cff30772b3a68816 0.16 MB 364 30
316,401 316,401 00000000000000000ed19394728aebe4ac49fc6605ec080ced485a1e96804e6d 0.15 MB 253 25
316,400 316,400 000000000000000027c8fc4d8555e513832be6f46599ffd8bf3bc00bc9ec2b72 0.17 MB 310 31
316,399 316,399 00000000000000002926cfddef5ceea60633a7ce11c2fb56335ad3d3babce40f 0.09 MB 170 30
316,398 316,398 00000000000000002445b366ffb9b22b31f00142250553165b6dd91deac15b36 0.22 MB 270 20
316,397 316,397 000000000000000019d65d0b9ab289c73ef279ee0c5a8c935ba9bee371a23a3f 0.35 MB 707 28
316,396 316,396 00000000000000000e7009ca2ce28164438e65086acdbf569ebb08d9afc5921c 0.10 MB 247 33
316,395 316,395 00000000000000002e3af5adc15ca500e80dade16828bed816c3299372262a0d 0.09 MB 203 33
316,394 316,394 0000000000000000140b7323cf719f487b121b29ca42e2f1f9af1bd1222d17dc 0.40 MB 615 25
316,393 316,393 000000000000000025169b4eb66d7b03206bfe6abd5f649d021fbd694243cc1d 0.18 MB 318 27
316,392 316,392 00000000000000000caea1faba924f320484b7517900e6343ecd1648c28d0583 0.39 MB 698 26
316,391 316,391 000000000000000021b7abf412351f5116bb89825bf6fc9ecb1e0e2fb7280109 0.03 MB 47 18
316,390 316,390 0000000000000000063f3efc8cfe205761cc55e8e9c06ef1eba1b1357d80fab5 0.28 MB 636 31
316,389 316,389 00000000000000001dff17879e7ce534cdb483868e04265592170c546bf8817f 0.21 MB 332 24
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.86 GB sent, 93.74 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.