Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

541 transactions (0.25 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,385 000000000000000000022b910000000000000000000000000000000000000000 0.24 vMB 528 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,384 (17,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,085 894,085 00000000000000000001226a700be235a9311feb55e25da3dfa8d3b130e1790d 1.60 MB 3,684 7
894,084 894,084 000000000000000000006eb71aae1251645ab879e0ea1b5651ae33ea41110bb3 1.42 MB 1,425 2
894,083 894,083 00000000000000000001e203954ed2bf67fd3da1cb86afa43de5114eaeac1b21 1.68 MB 3,537 3
894,082 894,082 00000000000000000001ae618fe2b2de3d4702a0d14cbb58c49652384a61382f 1.58 MB 2,611 5
894,081 894,081 0000000000000000000031b301a989fa99f6a4a1e767fcea66173da249224c4a 1.66 MB 3,824 4
894,080 894,080 00000000000000000000456d69a93012b5dbe94267248dd7174963e051ec0e88 1.53 MB 3,425 7
894,079 894,079 00000000000000000001d24064f546b7ff5ae82db61c487d18ae960eaec9730a 1.54 MB 3,361 6
894,078 894,078 0000000000000000000107e632f9eaacf11c502d85bb23073a020084c55d53de 1.61 MB 3,041 3
894,077 894,077 00000000000000000002394157d218fd1903d68366a8ef9db090a97f6d43005c 1.58 MB 4,484 6
894,076 894,076 00000000000000000000e66e9b9c1d45bb613e2ac6b121a5bd0b458f82a040fc 1.53 MB 3,591 10
894,075 894,075 00000000000000000000c4ed5b0eea17a824596de122e5c5d49087f82fd9f292 1.72 MB 3,309 4
894,074 894,074 000000000000000000020e376e6297ab7b31ffc97df66334394a60d43abca750 1.59 MB 2,629 3
894,073 894,073 00000000000000000000d6fa5239e2592cb3082b62a165db9358c371215b58ef 1.53 MB 3,631 7
894,072 894,072 000000000000000000002aa8cb255c09c2d18686f3b748e4d4399cfb84578f87 2.98 MB 1,856 2
894,071 894,071 000000000000000000000d11c0a2dd7ed47dec57c3c5a82fca5eb42aac41baa6 2.31 MB 1,321 1
894,070 894,070 00000000000000000000906567ed24a4bb5c4630e8b0c10becd96db6628ab7e7 1.54 MB 3,148 3
894,069 894,069 000000000000000000011eecbb574a9783bf231840aea9689cf7c60cc732c993 1.74 MB 3,655 28
894,068 894,068 00000000000000000000245e3f3a6060772f1eace484713be6b1ffd610e2ea3f 1.72 MB 3,684 3
894,067 894,067 00000000000000000001486be3e83adb598d9622fba6cd06cd410365bd7c46ed 1.56 MB 4,218 5
894,066 894,066 0000000000000000000021e1250456abfb0fe6cbcc64634439127ec4325eb63f 3.27 MB 1,089 1
894,065 894,065 0000000000000000000156047e87fd5cb17c7d5c30693d7b1d4b9ca7312c6b51 1.94 MB 2,877 3
Previous 10 blocks ↓
Total Size: 775.96 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: 2,402.82 GB sent, 128.56 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.