Loading Tool

Explorer IconExplorer

Memory Pool

80,206 transactions
34.61 vMB
0.17395786 BTC
Random Selection Loading Transactions
Max Size: 193.78/200 MB

Candidate Block

Mining Attempt 1a318cf1bdb9271f60fb3fc9c71699efe50ed6fdbb9e25094e20d17d773ded39
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 805d786f77b6930d39eef35d907a42bd87ac4a1a430d89229182eda7f569ce4a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,060
Size: 1.00 vMB
Total Fees: 0.04564123 BTC
Feerates: 150.93 > 4.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (489,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
426,326 426,326 000000000000000001adbf74effbf926ac1958d0631a3103706823d9f26ccc29 1,895 1.00/1.00 vMB 44
426,325 426,325 0000000000000000007ee081a4890d52747c3d59960e14f4b0b33b92bd0a2cbd 1,791 1.00/1.00 vMB 48
426,324 426,324 00000000000000000370be8c2ac800309615513fa8c54a908aab13a5242247ba 2,584 1.00/1.00 vMB 61
426,323 426,323 000000000000000002ae75d7877e40a51a2a38b84bfa21e91877463626cda505 2,454 1.00/1.00 vMB 81
426,322 426,322 000000000000000003dca6caac520ef90f8912faed38a2d88e05bac479446f21 2,458 1.00/1.00 vMB 70
426,321 426,321 0000000000000000036eff97c7c5644db9586280d3ec8b61aaf18cbafd14747c 2,487 1.00/1.00 vMB 85
426,320 426,320 0000000000000000016c0bae1e059faf91b1c9405c798c22af901589e8041fd7 1,200 1.00/1.00 vMB 74
426,319 426,319 000000000000000003e1086f3afa40209e139e41c65af75c008ac3f333176b21 2,157 1.00/1.00 vMB 53
426,318 426,318 000000000000000004f4ac5c0ed1df1c537ec1e198e45114d6ddc9b53b86674f 2,722 1.00/1.00 vMB 82
426,317 426,317 0000000000000000035e07e87c3035fb00cb0601b9ecc83d5621b22fb20eee81 341 0.18/1.00 vMB 61
426,316 426,316 000000000000000004d89cd3d3f526e209b9a1400868866562b9827a0720681f 472 0.30/1.00 vMB 52
426,315 426,315 0000000000000000047245b0bdf9d57d8595fe47bc0c3e85d3b3feaecf2f7c1e 701 0.70/1.00 vMB 37
426,314 426,314 000000000000000004c763255df20499ceba3e587ad406d94730d3a131ec8d18 2,244 1.00/1.00 vMB 60
426,313 426,313 000000000000000004feee6456fc2bb65fe296abd54c4adbeb99e08c50ed3b56 353 0.99/1.00 vMB 24
426,312 426,312 0000000000000000045c557989b6fc943ebce8cffc7a4a834d1fd961c8f88375 954 0.42/1.00 vMB 59
426,311 426,311 000000000000000004509c65c71af2b7fc64e9da894301d09ebb14163ab8e31d 361 1.00/1.00 vMB 8
426,310 426,310 00000000000000000467f00abef91874f841b7a392578d7d64f174bd00652efb 1,061 1.00/1.00 vMB 30
426,309 426,309 0000000000000000025c6a2fd5024a0bb45fc9f4ad74e330ed0e6c9c0be1e14b 257 1.00/1.00 vMB 12
426,308 426,308 000000000000000001bee6c85764d4ae6d63a5223a94b7a18be85c1757f52122 563 1.00/1.00 vMB 20
426,307 426,307 0000000000000000002919a962779f612b9fc6b060da6bd59ee9f553f6b6d94b 950 1.00/1.00 vMB 30
426,306 426,306 0000000000000000044cec72940ccae9c94bd19b45a9b8f9e78de5c39c1c0022 1,120 0.60/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 783.11 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: 734.15 GB
    • Received: 18.55 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.