Loading Tool

Explorer IconExplorer

Memory Pool

82,329 transactions
30.17 vMB
0.13604532 BTC
Random Selection Loading Transactions
Max Size: 182.29/200 MB

Candidate Block

Mining Attempt deaa505a0161c044b11f15f09b749a17881b4976c4fef1a031b6e2acc175b7a2
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 455eb7ad3bfbf3efb93b5802439624d3d85c66133a4380a210b353735ad8204c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,254
Size: 1.00 vMB
Total Fees: 0.05646680 BTC
Feerates: 477.45 > 5.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (280,794 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
634,343 634,343 00000000000000000010770f0b9e89b4f16178abe6b25c463c1c5cfcb03feb49 1,874 1.00/1.00 vMB 4
634,342 634,342 000000000000000000110c377b2a21911f8c3613ef4d6e391a8c4b567e63dc11 2,275 1.00/1.00 vMB 22
634,341 634,341 00000000000000000011f9463aadc7fbc0c0b2221bffce4a0c1efbf2082352c2 2,445 1.00/1.00 vMB 24
634,340 634,340 000000000000000000062f4d24d0ff64a80fb15a1484ea6342700a8d2783fce6 2,273 1.00/1.00 vMB 11
634,339 634,339 00000000000000000002de4c3fe6d0b7e25b0b2fc1d5bc90542db64a47ce7df7 2,942 1.00/1.00 vMB 39
634,338 634,338 000000000000000000097a000db506a1935e3affd4f9c6dcc21e1bde4464d2bb 2,122 1.00/1.00 vMB 15
634,337 634,337 0000000000000000000aa98938ff816c39f9ad1f48549d00814ffb0bd4cc3830 2,633 1.00/1.00 vMB 17
634,336 634,336 0000000000000000000ed11884a6ea7b3c62372f525ade500b27fa020c002094 2,680 1.00/1.00 vMB 22
634,335 634,335 00000000000000000013712e9388eb84f53399cc4da5ece5f13ba925e9c4e8c6 2,735 1.00/1.00 vMB 28
634,334 634,334 0000000000000000000a1d5f56537d27a0679fe5f9c033dc7c2adf509d2cfb1a 1,949 0.68/1.00 vMB 16
634,333 634,333 000000000000000000105193bd73f07f1a165057c82ae7d86fa7eca1feb2f8ce 2,747 0.95/1.00 vMB 9
634,332 634,332 0000000000000000000c9779929a532a701ca0b9a81f0f22a525eb41f687f5fa 1,931 1.00/1.00 vMB 11
634,331 634,331 00000000000000000010cb307fc5eb7156f9a80dc09b46048a6e3697ac6f59aa 1,600 1.00/1.00 vMB 21
634,330 634,330 000000000000000000058d62a1928eb5ca2568391da3bfee04753bee3005a35b 1,722 1.00/1.00 vMB 13
634,329 634,329 000000000000000000031a12f271b277478261117603ea995ac30fbbf674fe21 3,276 1.00/1.00 vMB 35
634,328 634,328 000000000000000000001daf8256297acdaf36ad2887aaab12738f450a003a83 1,352 0.55/1.00 vMB 22
634,327 634,327 0000000000000000000605604bbbc7835bf2be48d5c71fbe292e9253f6564a0c 1,645 0.95/1.00 vMB 12
634,326 634,326 0000000000000000000a88b760627d958d7f7caf50546f005b9cc5f56d822774 2,333 0.88/1.00 vMB 18
634,325 634,325 00000000000000000010acb34f89c7ec662b97a3650a5122e80f3cf55e4e7734 1,173 0.53/1.00 vMB 19
634,324 634,324 000000000000000000085169c24ad325738a51e79161874fdf0416138d6f0056 1,115 0.40/1.00 vMB 26
634,323 634,323 00000000000000000014495cb49cacc450af03b7b98b0da055c10d7a5fc9eae6 1,293 0.54/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.63 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: 672.22 GB
    • Received: 16.18 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.