Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,566 transactions (1.97 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,978 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 4,197 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,977 (838,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
73,210 73,210 0000000000582e74788c45723478d122163f494410de9d2970fded4b6a661aac 0.00 MB 2 0
73,209 73,209 00000000003d85bd6dbd4c8f2856adc22f3685def2d34d8dd180ecdc1c96a434 0.00 MB 2 0
73,208 73,208 000000000052018cdae487dd85d36d4fd29e7e6a96581d0ebf45cf78e39582ab 0.00 MB 6 0
73,207 73,207 000000000081d5c96c8b7ad67bd081e157e7c6cdb8ebb2296462bbbcaaf10536 0.00 MB 3 0
73,206 73,206 000000000043dc8068986521466ed62b07f021e3fb74c22e67559821c1e69a38 0.00 MB 2 0
73,205 73,205 000000000095eb26c1944a62e415826b1c746ff2bd5938bf23f41a45a6c13ff8 0.00 MB 1 0
73,204 73,204 0000000000a2d346d3850492d6363458a929e6ec052619baefacf8636fd2a8e7 0.00 MB 1 0
73,203 73,203 0000000000399b0feeb0b3eb0bdbc211511ab29bdc4a674553cad74b306ff0f1 0.00 MB 1 0
73,202 73,202 000000000008bc5ac7194031fd1c5ae4f5461fcb645893ca8fb5ec27a4044409 0.00 MB 1 0
73,201 73,201 0000000000576ef39303da85af92f63187e6715a985714522169306d61d3a939 0.00 MB 1 0
73,200 73,200 000000000076a3e5e95f964294923226bfd3e07b5fdd9262f36f35e2d9cdbfe5 0.00 MB 3 0
73,199 73,199 000000000044124a8c9854158e9ea4e4d2b1447086627e0a06a263ce12b02bd7 0.00 MB 2 0
73,198 73,198 0000000000247c277ece7613dcd3d9d97f47725d303a7d632ccb9d891cc69745 0.00 MB 1 0
73,197 73,197 000000000054578ed6168704eda5a2d7e387fa6e7afb2549912191a18a25c783 0.00 MB 1 0
73,196 73,196 00000000007fb899542b80c9895f06e83825a44a70613c0307f6ed31114908aa 0.00 MB 2 0
73,195 73,195 00000000003574b65af0b15f620fbd5c283ea4dc9d89f38eed6b43fda16d5060 0.00 MB 1 0
73,194 73,194 0000000000486e8b9c7092ae2b7f340143872e907db0140d745367aeca4f1372 0.00 MB 3 0
73,193 73,193 00000000003f10014e3a0691e1896b1772eea506f03cf33edf9c4827eff1d6a8 0.00 MB 1 0
73,192 73,192 0000000000130ff1691bd08b4a183cacff92a3567ce60a89ab68e7b5c95a3c68 0.00 MB 3 0
73,191 73,191 0000000000aeb3343eb2148660f9cae3c8ddc3025faecb344bcf0481e2ac4461 0.00 MB 1 0
73,190 73,190 00000000000a19e9771e9e30ad692c14cdc4849679062bfb102d292c7f287f74 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.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: 2,500.49 GB sent, 133.67 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.