Memory Pool Memory Pool Refreshing

352 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,757 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 326 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,756 (97,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
810,435 810,435 000000000000000000020a1caa5c4a5fa8fe378425606a7600fbe3e6178518b1 2.12 MB 258 3
810,434 810,434 00000000000000000001d3a757f29368b72933416ca3c00c8394aaa0af77b650 2.11 MB 1,595 11
810,433 810,433 00000000000000000002960d0d9c364afcc9d0cb666665058f039850ee5bee9b 1.88 MB 1,995 15
810,432 810,432 00000000000000000001cbd9cd9511896fd86176de8dca70e8b58cf2fc72002f 2.04 MB 2,031 5
810,431 810,431 000000000000000000047381dac259c4a8ce569c8498a2b9d11db6c080500343 1.78 MB 2,541 14
810,430 810,430 0000000000000000000387dab5f3cf88824c983770f70f8a8eb7a9a240a257a5 1.47 MB 2,444 29
810,429 810,429 0000000000000000000024f9603c4c450419e1849bb5fb75bf7debe34541929a 1.56 MB 3,085 27
810,428 810,428 00000000000000000004535d906c066b3f8992a1c7f91ec799153aee00462915 1.57 MB 2,647 26
810,427 810,427 000000000000000000022adcf8cecafc84b95901af819a1cc40fdf75ba4096e0 1.55 MB 2,583 27
810,426 810,426 00000000000000000001cf4645eaa32669a1744fb49481f9f88a72cc4c78b655 2.04 MB 1,851 9
810,425 810,425 00000000000000000003ad8de1785332b7630b9a38a5e4c07af2ea9d6d7cd37d 2.33 MB 1,550 3
810,424 810,424 00000000000000000001df955a4a812afb8cdd1c0e46289a6c0abec17dba0385 1.98 MB 711 3
810,423 810,423 000000000000000000011af55082fd7df3f10bd054d922efc54a31759b94b207 2.08 MB 662 10
810,422 810,422 000000000000000000006e7b741b9ce88c4ec815bf2d5d267874aeca5a8fb344 1.83 MB 500 6
810,421 810,421 000000000000000000040067f7d06497c0c18f9ec381b07a4d55c3fe34c89601 2.35 MB 612 4
810,420 810,420 00000000000000000001845ae62cf80df89afbd785423873f4657ed0e9df78ed 2.08 MB 1,247 6
810,419 810,419 00000000000000000000a1b60fc72519bc1ba89efc59f09f87917bf89979a3a4 2.14 MB 767 4
810,418 810,418 000000000000000000039b9e9b4baef38a7ec9d606ff6fc472dbd5b71d36ec94 2.81 MB 857 5
810,417 810,417 000000000000000000033438d92b8c170e2fd04b10ff2bcf2d4c6e253c68e1ee 2.79 MB 1,622 8
810,416 810,416 000000000000000000015dd8b09db3c89b205338be4591a85e7d910fbba7b8a1 1.99 MB 2,203 13
810,415 810,415 000000000000000000011177448588ac1952b51d73f0218e6c306adb46474985 2.55 MB 543 2
Previous 10 blocks ↓
Total Size: 769.09 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,628.31 GB sent, 93.34 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.