Loading Tool

Explorer IconExplorer

Memory Pool

82,691 transactions
30.46 vMB
0.12268214 BTC
Random Selection Loading Transactions
Max Size: 184.28/200 MB

Candidate Block

Mining Attempt a0f23349e3ba61d927dc227a854447b3ac2f0b09c92a735745a10f64dc79c4f7
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 0b963593301bde0134fca5ea84e836cd70e6b7b04b13c4d16086a8f799147134
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,117
Size: 1.00 vMB
Total Fees: 0.04342191 BTC
Feerates: 150.85 > 4.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (281,023 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
634,116 634,116 00000000000000000013c7daae19c56bac2a10a9d38377bec36a9b6fef1a96d2 1,694 1.00/1.00 vMB 32
634,115 634,115 0000000000000000000fa37f1383d312723247b8fa85db99521d8489457ea24b 1,987 1.00/1.00 vMB 31
634,114 634,114 00000000000000000014434aaebf4c3ccafeda9243f1767687cf3b7179cb27df 2,501 1.00/1.00 vMB 49
634,113 634,113 00000000000000000009107d7ca37ad00d3c856f6479499ea764a07b45e37cd3 2,641 1.00/1.00 vMB 28
634,112 634,112 0000000000000000000aa9d1fbdd7ec162cfd3390333e2a678b39baf3d1fb01e 2,536 1.00/1.00 vMB 50
634,111 634,111 000000000000000000097fd6495329035db1232def87de96aaaf82153df9a600 1,994 1.00/1.00 vMB 22
634,110 634,110 0000000000000000000729472defa54483d424ddeed7ff3c547e911eada784f3 2,247 1.00/1.00 vMB 25
634,109 634,109 0000000000000000000bd120b08323dc8664789461b0701b4af5746ebb33dfe8 2,760 1.00/1.00 vMB 52
634,108 634,108 000000000000000000119f4ca1416411885d9ba056fe8f1c22094d43fd357b8d 1,285 1.00/1.00 vMB 30
634,107 634,107 0000000000000000000cb0caee2f27ae07e88dd91ab8cecc0ab8028b032b6cf7 1,804 1.00/1.00 vMB 32
634,106 634,106 00000000000000000008f086ea0619b92ee14854a5bb14eef219c4a1b70dec33 1,107 1.00/1.00 vMB 9
634,105 634,105 0000000000000000000ac0d5353fe25ef11fdb46494e12ae2e6cf50b570ba153 2,635 1.00/1.00 vMB 29
634,104 634,104 000000000000000000115ff61fc7541e12763b7bd84172d3a9fe75bfa1236feb 2,498 1.00/1.00 vMB 20
634,103 634,103 00000000000000000009d74a39e4d84783112afbc7ce9af7e406bbc081fd000c 2,798 1.00/1.00 vMB 15
634,102 634,102 00000000000000000002fa8ce3e3f8494edf553dc4890e07122420a23fc1baea 2,001 1.00/1.00 vMB 20
634,101 634,101 0000000000000000000a7a2cc2bbdd093c708c19afb46d36a0892688b11d244b 2,452 1.00/1.00 vMB 22
634,100 634,100 0000000000000000001170a5ce507b9e655b8aeeaa20e0cdf9eacfc4b653bc01 2,152 1.00/1.00 vMB 29
634,099 634,099 00000000000000000006a02f0b1428b94100de285108d02c7a5095539c6ff930 2,867 1.00/1.00 vMB 26
634,098 634,098 000000000000000000066edf5af7e10f6e2ed7bc65a07db7f3abe9c32158e3a3 2,507 1.00/1.00 vMB 44
634,097 634,097 00000000000000000000d1fb7c55d312dc3ab210725e080946a5eb0a125978fe 2,646 1.00/1.00 vMB 35
634,096 634,096 000000000000000000112ef2d7d5a2281c2582e5c92c62dc1f3c549dbaf284e2 2,741 1.00/1.00 vMB 29
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.37 GB
    • Received: 16.21 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.