Memory Pool Memory Pool Refreshing

427 transactions
0.20 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
908,022 00000000000000000002349e0000000000000000000000000000000000000000 0.19 vMB 416 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,021 (547,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
360,545 360,545 000000000000000004f2dd66e1f6826b598f8438368f958b0a5cc337110df31a 0.75 MB 2,173 42
360,544 360,544 0000000000000000035de2773c8006875c0bb643de4068a699c27e088eb93f0c 0.05 MB 93 21
360,543 360,543 000000000000000016e1828e1d41d603327d18dd77b631871f438db71e26cf1b 0.89 MB 2,038 29
360,542 360,542 00000000000000000a5dffd3fd7871b8f082f0862282b5d0348115d5aa36e02f 0.05 MB 117 27
360,541 360,541 000000000000000006f3fcdfeab2903651ab3785c8847628857ab60459ad9fad 0.72 MB 1,510 28
360,540 360,540 000000000000000012a2f1fbb7bf0b6be828c1ad52986d4e530862765862a9f9 0.16 MB 232 28
360,539 360,539 00000000000000001393b37eb94424375fbabb4399133b52369b8a15834d4acc 0.20 MB 421 26
360,538 360,538 00000000000000000cabe61a48ec2ebd8d1f9ac8ff85b76ba5d2eeeb42273dc6 0.28 MB 609 28
360,537 360,537 0000000000000000074a712daf93b84bde66d5bab2406ac6ab05a359535cbf69 0.52 MB 998 23
360,536 360,536 000000000000000003434fb96a653df766ca4a0d679c58f5f411b454e14c014d 0.75 MB 1,951 33
360,535 360,535 00000000000000000ddb6cd77bf3b4fd741cfbe91b717af99a7d5a0029e759af 0.27 MB 598 29
360,534 360,534 00000000000000000ae7cc722d6d9a294e2270aa7f143f72bb20a8995bd05605 0.20 MB 424 28
360,533 360,533 00000000000000000c98e16c85a257b54e0a3c375b43440ecea691d77b2d079f 0.24 MB 569 31
360,532 360,532 000000000000000015e6cb3e74b5beb03dfb0c0a6a9fe4f02878b99e53ba1dd0 0.03 MB 75 40
360,531 360,531 000000000000000015d198c4fdff353f2c1785ee55fc198e6467da0cc0b3f729 0.09 MB 181 27
360,530 360,530 00000000000000000bb6e091523b5864e5d916bec674ff91650434de8c8c29fa 0.51 MB 1,172 30
360,529 360,529 00000000000000000c894cc8f9c749a0933162fe83be56e3ae26cc5b29316306 0.00 MB 1 0
360,528 360,528 00000000000000000c973a8672a777b910ff0aeec87283c6180169baaf32ee0e 0.34 MB 715 25
360,527 360,527 00000000000000000126434ee8e9e568742b6400dd512177c34268d7ce1a525e 0.75 MB 1,638 30
360,526 360,526 00000000000000000cd6dc14899c6cef4ef19a03c36f20bc168363e2dd440238 0.00 MB 1 0
360,525 360,525 00000000000000000f5fce9288efaa2ee7e20a5916947e219094fb8021efeccd 0.11 MB 115 14
Previous 10 blocks ↓
Total Size: 769.58 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,650.88 GB sent, 95.84 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.