Memory Pool Memory Pool Refreshing

8,384 transactions
3.21 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,529 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (48,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
859,307 859,307 0000000000000000000255cef0ebc8c4b2c32eca6ea626fb8201e6010bbdbe3d 1.75 MB 5,970 3
859,306 859,306 000000000000000000026077c2741e0bba540307d3b7e188446a0e207ef209a8 1.57 MB 7,634 2
859,305 859,305 000000000000000000005205c32c464e5a89c84c8e5ef07cec7ef8d6105945ab 1.92 MB 1,749 2
859,304 859,304 00000000000000000001ee3cd091beb727229b6295366fccd5e013290b6b7085 2.24 MB 2,274 7
859,303 859,303 000000000000000000001d8132106b63876117569713ef4fe89d5a2f1173c66e 1.61 MB 3,019 10
859,302 859,302 000000000000000000015a697ce75cb1b54c64769bb5e0f65fed0b41d886a62e 1.61 MB 4,173 3
859,301 859,301 00000000000000000003179ef08d863f78401741568f61efb225d17d500e9863 1.60 MB 5,043 4
859,300 859,300 000000000000000000001500e2e920fe75844b033025640051c202521d6aa258 1.67 MB 6,592 3
859,299 859,299 00000000000000000000f7c0bab1f56591fb2a9d9c56b82b22bd7c41d96377b2 1.59 MB 5,507 3
859,298 859,298 00000000000000000001a35ed93f31b574989f68c8d8344f21fedf904079163a 1.58 MB 5,340 3
859,297 859,297 00000000000000000000c4af6e36a6fa07ae1194721c3ec5008643d2e5c4e9bd 1.51 MB 2,678 4
859,296 859,296 00000000000000000001e5f91034728f5e068cbc073e3ecdade104d98c24c4f8 1.69 MB 5,458 2
859,295 859,295 00000000000000000000713b7f2402c7fa0b59da041cfc57faddd68ffd9487bd 1.49 MB 5,023 3
859,294 859,294 000000000000000000012b91122252cb86f79c38e460af8a50cce7ef51797cad 1.63 MB 2,930 5
859,293 859,293 00000000000000000001af832c30ee9bb56d3aad9088e16b362f88f9693d595e 1.64 MB 6,983 2
859,292 859,292 000000000000000000005e726e13c55bc61c6db43785832b78c6b45914963667 1.58 MB 3,808 4
859,291 859,291 000000000000000000017c586d80350245f19d222be8901121751554c5fb4bf3 1.56 MB 3,527 4
859,290 859,290 000000000000000000001f05f41805732b51d9f6147758966f681f788538ab79 1.59 MB 5,104 3
859,289 859,289 0000000000000000000261e4171ce74116ed38dd2d21cd0b262344e2165c7476 1.58 MB 5,390 3
859,288 859,288 000000000000000000023d151d6673430833c6b74ceaf70c5f1f94b5fd0c4c8c 1.64 MB 4,178 4
859,287 859,287 000000000000000000017ba3534a76ae92ef7b1706cea96943d08678999f7f3e 1.69 MB 5,088 3
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.