Memory Pool Memory Pool Refreshing

2,493 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
2 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,741 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,493 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,740 (325,151 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
582,589 582,589 0000000000000000001a6109573de060237e7f624e8f8bee7c22b8d1c85e93ca 1.31 MB 2,190 130
582,588 582,588 000000000000000000030f53c984b8027f91a64cf8d365a9504424b2e3159942 1.28 MB 2,094 147
582,587 582,587 000000000000000000012fc392d4d0290583e0c25a1d2577a82c878c2e5b30d1 1.07 MB 1,382 107
582,586 582,586 0000000000000000001592a6ffde7e024033314a7df3fa9963a50e75833dd05c 1.12 MB 837 111
582,585 582,585 0000000000000000000606351a8288ad48dfa855ed9cbf258252157deda3ee6f 1.20 MB 2,238 129
582,584 582,584 0000000000000000000b22201beb4647f94b457a3d844819de057f51fcb99f13 1.21 MB 2,567 139
582,583 582,583 0000000000000000000b7cdcd743a968e60c728bb8b99c8ad2740fcceb78819a 1.11 MB 1,267 115
582,582 582,582 000000000000000000146155eb5d34643ff19245cfe14576290271ecc2569d32 1.17 MB 1,771 127
582,581 582,581 00000000000000000006f055f51f2ac02a676045fbddf95469ff25edca414eb1 1.14 MB 1,468 122
582,580 582,580 00000000000000000024cee83cb32d3f58196091c1a50c5a2d230766413c3c73 1.13 MB 1,524 118
582,579 582,579 0000000000000000001c7ba0c400cea117ececa8ddc36952d573c42a92f8a341 1.28 MB 2,503 140
582,578 582,578 0000000000000000001417f70343a087648562cab2f0050c9c2b04248c403fc2 1.05 MB 458 114
582,577 582,577 00000000000000000023aa78df21f978272a46fef1186a963ed81cc225a82892 1.05 MB 776 118
582,576 582,576 00000000000000000005f6d4c98a48acc18b3fcca21532848cfb0f0bba6a1d94 1.25 MB 2,282 141
582,575 582,575 0000000000000000000aae7474951bf8f892b2d2456f2fb3395f47aac714d2c4 1.16 MB 2,057 113
582,574 582,574 0000000000000000000692ec665410f7119350a8276920ea01774471d8664bce 1.19 MB 2,480 108
582,573 582,573 0000000000000000001702da0b85cc07b246a0a6860f695d624f54ddcac07783 1.22 MB 3,048 125
582,572 582,572 00000000000000000005def68cd6c8d3b95df3d780e67331d9a4f336261a067c 1.19 MB 2,590 124
582,571 582,571 000000000000000000184739aa0e1eeff0c185f64854d9cb0a4156eea4403a76 1.34 MB 2,678 144
582,570 582,570 0000000000000000000e725d6ca17cc0cc9658e8b1881ab909d1b89c8def9033 1.13 MB 2,286 90
582,569 582,569 0000000000000000000ed1990f395c207e42fcee30f758ed1f8f528a4859801d 1.29 MB 2,226 107
Previous 10 blocks ↓
Total Size: 769.06 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,627.91 GB sent, 93.18 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.