Memory Pool Memory Pool Refreshing

1,955 transactions
0.64 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,015 00000000000000000002349e0000000000000000000000000000000000000000 0.63 vMB 1,947 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,014 (717,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,611 190,611 000000000000067e0b51a6df2e71f186cefe4e60a234178100641319cf65d312 0.03 MB 111 32
190,610 190,610 000000000000030f754c0d8be0c76c5dfccb5cc334f4deecef44274f30df6dd0 0.20 MB 471 136
190,609 190,609 00000000000005ed9c05fcd1abb1831f964e6766b6ace059b48767b276d84f42 0.09 MB 127 89
190,608 190,608 000000000000008cff1553eaf032b9cacbd7bb4c97e6af7b1a0eb7b3ab373d0d 0.04 MB 39 18
190,607 190,607 0000000000000232a1372eea410c7f63c3ef000b0d56faab4d77e500d5110ac4 0.24 MB 553 186
190,606 190,606 00000000000007d4d1a9daacd7637175924842aa1cd9dd36e075654ba9dc1fbe 0.28 MB 779 136
190,605 190,605 0000000000000367453b768b47734e438950dabbccc779183ddf51888ef48d66 0.19 MB 512 196
190,604 190,604 00000000000000d56bfcc451a6a3d469f42608ddaa3f1280fffa1bbc1ce4674a 0.00 MB 11 0
190,603 190,603 000000000000088e625dcf02983b4d04a8612029d51de5c49252ab60903b5e45 0.10 MB 204 99
190,602 190,602 0000000000000742ae2601a5604d99f420e8589ad336772cbde006936cedd3f3 0.21 MB 503 119
190,601 190,601 0000000000000778b5466a5802054f6794252869433f3b381463ac232fdadbee 0.06 MB 195 151
190,600 190,600 000000000000030bdd5211f5ebce889a3b03ea5ba7257cd5d1501c4b858144d0 0.20 MB 565 142
190,599 190,599 00000000000002481ed86c3c37f530fde7ea1428dd4c0b15b92a322f675737f5 0.08 MB 200 130
190,598 190,598 00000000000001ce894bfd805b2040f30ea247de1e725d0e7ce82a7aa2097c78 0.16 MB 407 169
190,597 190,597 000000000000000f0cfc113d20a23c552dc802903c654b4e3e9b4036641ff15d 0.21 MB 596 184
190,596 190,596 00000000000008570cfaddc0b5e2988fd5ba3e7bc375a60fa2c1e28584f0e5b2 0.03 MB 66 107
190,595 190,595 00000000000001175ca30a44f24dab82741c5eb3133478097fad746ec1d75e00 0.07 MB 203 160
190,594 190,594 0000000000000191db8fab213772aa9dded00c26b0af288a9f7f74a903663239 0.05 MB 138 93
190,593 190,593 00000000000003e98a7bac82f09d35e60d8249796b85a10a1d8036a25028f756 0.03 MB 64 93
190,592 190,592 0000000000000162e21f0294aeaef58dab9795305b60a40b25a52189b0dee10c 0.05 MB 120 123
190,591 190,591 00000000000007512aba640b6a4634385710ab4633c546fd32237abf7033751d 0.04 MB 88 101
Previous 10 blocks ↓
Total Size: 769.57 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,649.94 GB sent, 95.79 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.