Memory Pool Memory Pool Refreshing

1,899 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,830 00000000000000000002349e0000000000000000000000000000000000000000 0.43 vMB 1,882 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (658,304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
249,525 249,525 0000000000000038c1106fb5e42058cc2831b689508e1b6ab4d42f1ce98d731d 0.33 MB 665 96
249,524 249,524 000000000000003cae603065db3807ca8401abf038ce9e61496b8d87ba014714 0.01 MB 22 95
249,523 249,523 000000000000003f3e9722ce581723b333fb136562e96b5a60c34b21e9fc2d70 0.06 MB 101 93
249,522 249,522 000000000000002b3d3591986d690e1923ebb07a9c9325c5c9f7973142a84837 0.01 MB 29 71
249,521 249,521 00000000000000331589bb02407f3fb6cdb6377d1f8a8ceb788fa6ac36652eed 0.02 MB 41 12
249,520 249,520 000000000000006a7a4570927276399a3f3849fbbad512164c85dd4d8ad017e6 0.25 MB 677 107
249,519 249,519 00000000000000028f73558c0557a48aab46d9282a9e7f64824e5a58441a3055 0.12 MB 272 123
249,518 249,518 000000000000006c447f5a1f3f90ecbcfdb57e4a50962dc2f444dddc114acf6a 0.06 MB 121 114
249,517 249,517 0000000000000015ae9f45204635607322ce0be3fe900657e6326c9744e51299 0.01 MB 16 40
249,516 249,516 0000000000000082d94309b08aca4058a1e2b1c55f496018eb878542798e3cb9 0.11 MB 276 142
249,515 249,515 0000000000000084e22ee38f3353c604f44bb931ae479a29a14aad1ef0b81668 0.02 MB 35 114
249,514 249,514 0000000000000021c5b62356f4f1b0d295d55e1d38375d09358d0d5529208801 0.01 MB 19 43
249,513 249,513 0000000000000056d1818c33a4075271e8e4f1751bb9642820032112d7a84c6f 0.18 MB 447 111
249,512 249,512 0000000000000044640d88db57c0790253b2d8712f70dbd02a4259e8d946947d 0.03 MB 58 93
249,511 249,511 000000000000008133ba74b88acd27b9c7614568c5d97dc540301e42df6d9b54 0.08 MB 151 107
249,510 249,510 000000000000005ef29e4fb37e7007fc728cb5f9588c4684607f0f8741bcbbd6 0.10 MB 193 99
249,509 249,509 000000000000004babb8bbb77ae6baac956001c89d2b49ac6ffabd2013033b0e 0.02 MB 50 125
249,508 249,508 000000000000005d07cfcd6581e23f5afc1d92cb3b2516c7f53d41dac68b7197 0.02 MB 34 96
249,507 249,507 00000000000000281fb95c9c6bfd44a085f4b3c6281eb32f0d42ab7dd189381b 0.03 MB 85 129
249,506 249,506 0000000000000033a632683774e86c8deae953884976c0336c756a60faa95705 0.00 MB 11 120
249,505 249,505 000000000000007f53ccdd88c667534d547ce29663540ee9b99760ce1678bfa5 0.03 MB 53 59
Previous 10 blocks ↓
Total Size: 769.22 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,634.63 GB sent, 94.03 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.