Memory Pool Memory Pool Refreshing

3,906 transactions
1.21 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,496 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (517,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
390,447 390,447 0000000000000000058d0be3cd598398d54e5d37566e2f5dedc314d57b31e7bf 0.33 MB 534 31
390,446 390,446 00000000000000000b3229761b19e45ca567dc3073aa0667d564b99910e3baa4 0.25 MB 428 23
390,445 390,445 00000000000000000b7a3ba1c088f65e9ffa86e68fee28eed436136554a6e012 0.36 MB 787 34
390,444 390,444 000000000000000007496ca46ea146da9e66a14e56eb28814b1ad0f5a6ef2d02 0.25 MB 432 31
390,443 390,443 00000000000000000b1ed5d7ce14000013e2725ee8503f299ea1e4507abd729f 0.25 MB 78 4
390,442 390,442 0000000000000000051edaab44c5643646a4a118f8c980ff7ac60b6cd07732b1 0.11 MB 148 18
390,441 390,441 0000000000000000032c502f7323c6ee66c6eca16ee154e57be9fedee8951116 0.28 MB 533 30
390,440 390,440 00000000000000000081f73f1ee843e52e4bac313bc82cb3f61f3503fd8f74de 0.25 MB 163 7
390,439 390,439 0000000000000000040cea802464a0b08dea69687c1344e02fe6dc253a6d6b89 0.25 MB 356 24
390,438 390,438 0000000000000000095b0cc0eaee99aa5dbaa43c12adffd5c7b544d9591a9be1 0.22 MB 395 28
390,437 390,437 000000000000000005de320c5dac2ec76bd6e83e288804a378b9c028ffc864db 0.15 MB 244 22
390,436 390,436 0000000000000000003b7e6aa678172b37ca177426dac8a61f43277206438468 0.50 MB 919 30
390,435 390,435 00000000000000000b6d4f852751d0c90014f4a4fb226a5fad9e55ef6d01c1dd 0.12 MB 128 13
390,434 390,434 00000000000000000408d08bd656eb604d6ba6c0b10d4913a3065f3107284eac 0.22 MB 288 19
390,433 390,433 0000000000000000064c3afbee7f1d50cd066a80056370ce5f88d10de70b48a7 0.24 MB 544 32
390,432 390,432 0000000000000000081d6bba9c7eb1c8600213c9c36c456486fcd72108b0311d 0.98 MB 365 3
390,431 390,431 000000000000000002dbf64ab07c0fcb3f1823ce52d5078a7b6f888a87bb8cb5 0.13 MB 265 23
390,430 390,430 0000000000000000054554b09b2680052e4cb36f724635d6c605f67d1d2fe98c 0.37 MB 162 14
390,429 390,429 000000000000000001fc77b0395a0e22e3e66fec81eebd862ea2f920b0f83d17 0.38 MB 770 35
390,428 390,428 00000000000000000ad4a4f33e4049b4045633d3194b3b45c79bc3d29b2af73a 0.25 MB 304 18
390,427 390,427 0000000000000000061e49b841b9925b67fcf0f651ed619216a1a5015b539eac 0.72 MB 466 12
Previous 10 blocks ↓
Total Size: 768.99 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,616.55 GB sent, 92.75 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.