Loading Tool

Explorer IconExplorer

Memory Pool

42,668 transactions
32.68 vMB
0.09815793 BTC
Random Selection Loading Transactions
Max Size: 163.30/200 MB

Candidate Block

Mining Attempt 07b2a7fa60d28183449748afeb416f368f238e686af4bb55296d164876d365ea
Version 20000000
Previous Block 000000000000000000009f85fa72f4553859938c75b1d621a1c892db2cc2e810
Merkle Root 76649bd4552a3fcc3e6c2a46c57c5a55b6741ba2d8606cd8ac885163077123d0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,214
Size: 1.00 vMB
Total Fees: 0.02518620 BTC
Feerates: 52.35 > 2.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,375 (838,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
76,325 76,325 000000000047afc516e198af64d6129e32156228f86a2becf2141c5aa6bf2b55 2 0.00/1.00 vMB 0
76,324 76,324 00000000004ea8bc1779d9c6e16c6d7300c00adbf37bee1611d3188bc0b712c4 1 0.00/1.00 vMB 0
76,323 76,323 0000000000329a85c9ef3b5f6046ada9535cb0919c6322ca5748a99e1ff3525c 1 0.00/1.00 vMB 0
76,322 76,322 00000000001827e533902372d2110395708a86fe48d085a2c714a6c6ed821b72 4 0.00/1.00 vMB 0
76,321 76,321 000000000047d987eeeb1cd3ca506a0b3eec658a929604d1a5126080add7cfd6 1 0.00/1.00 vMB 0
76,320 76,320 000000000055320380b1871c1a4148907515ecaab5b5153878b6b81771637f36 3 0.00/1.00 vMB 0
76,319 76,319 00000000002e4afa2045526fff3e84466a50dc629cb00012eb5faf9b1e08580d 1 0.00/1.00 vMB 0
76,318 76,318 00000000000d14dde9470bed6b3eb91ab794b1b5a4e62ec8a2602d4ceeee2c4a 1 0.00/1.00 vMB 0
76,317 76,317 00000000004cf17d8f039fe59d68da7859a619cb83f05f4021264dc762fa9b86 1 0.00/1.00 vMB 0
76,316 76,316 0000000000518dcdeafc3cd11441a22a8cf5341df08aa60d13625b2a4c0fa046 2 0.00/1.00 vMB 0
76,315 76,315 00000000003a1d104b9b345b8068814067a6fa56588f53acef5c6ec2c383bdec 1 0.00/1.00 vMB 0
76,314 76,314 000000000046a4cb5fd966d0dd5224262517ad898c6d9f95aa814fbfb8a90b09 2 0.00/1.00 vMB 0
76,313 76,313 00000000003f0ed6676801865f166751159f72e5392b9f7fd3a95dd5257a9bfc 2 0.00/1.00 vMB 0
76,312 76,312 00000000003ecee9db1bef12d8045f3fcd502c201843b71e0bc0212dca6c0775 2 0.00/1.00 vMB 0
76,311 76,311 000000000070c81706067ad3117d5261cc325710afb1bd6ea81008f1a05feef3 3 0.00/1.00 vMB 0
76,310 76,310 000000000051b05ff5f72ea93d39a92e1155ffc72a8fb2259ecf2785d3ac02bb 1 0.00/1.00 vMB 0
76,309 76,309 000000000074411475db9941ff2c7461af761583d1f9661450b801174aab4e63 1 0.00/1.00 vMB 0
76,308 76,308 00000000002dfaf608ae6a973eb2bcfa1a3ad04831bcb08ff082ad92ffd4c91b 1 0.00/1.00 vMB 0
76,307 76,307 00000000000eb74add525f85d951c8b5bb0b16a08abc5e1c4a676521914b3566 1 0.00/1.00 vMB 0
76,306 76,306 000000000078a7d678d149ff0a3e49c0a86c14f5f2d5a99dd97854fbafd76943 1 0.00/1.00 vMB 0
76,305 76,305 00000000003d70d0765a9e9f88fdedaa8d15f8281d9952110ea58355a2f6259c 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.27 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 596.71 GB
    • Received: 9.79 GB
  • Uptime:

Notes

  • 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.