Loading Tool

Explorer IconExplorer

Memory Pool

77,010 transactions
28.71 vMB
0.07417854 BTC
Random Selection Loading Transactions
Max Size: 173.86/200 MB

Candidate Block

Mining Attempt eaa6ff16f928cd381586499a1ad52bf14ee4fd64341c771a5a84b28abb74e5a3
Version 20000000
Previous Block 0000000000000000000034cfd79664e0a1680400ea13802d309e22ae00459d8a
Merkle Root 0e4684d8554e429d7f43bb96586707a4afaeff3231806c4e7e3d518b3ab1e8ee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,095
Size: 1.00 vMB
Total Fees: 0.01455344 BTC
Feerates: 129.25 > 1.46 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,159 (459,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,058 456,058 00000000000000000169a9005d3a39771a63f0f14053be47fdcfa4ed6031d083 2,246 1.00/1.00 vMB 179
456,057 456,057 00000000000000000063bad9b14a7fbd19e5142ab5041c98aaf0f13c5cbd84c2 2,152 1.00/1.00 vMB 167
456,056 456,056 0000000000000000023c9479a5c4d1ba454416819a82f966955ec3a08c0ead88 2,781 1.00/1.00 vMB 243
456,055 456,055 00000000000000000079e07ae3814da9c9bf42624da290730fbce0ea1c5f2052 1,675 1.00/1.00 vMB 160
456,054 456,054 000000000000000001e0f62a3b4007b5aad3f90b3ba546637f36dc591fe032ff 2,648 1.00/1.00 vMB 194
456,053 456,053 0000000000000000001dde26e0fa550a2bcbd0703a146ac0db4f044ef104581e 1,607 1.00/1.00 vMB 160
456,052 456,052 00000000000000000104ec6b504e243688ded25ae170b33b5478882915a08276 2,630 1.00/1.00 vMB 206
456,051 456,051 0000000000000000000d7a414061e18dfdb02a57565417f38bb502ce9b5c0661 2,370 1.00/1.00 vMB 234
456,050 456,050 00000000000000000003269a081ff6b77e491df6395d4622609a584e614bce6d 2,934 1.00/1.00 vMB 326
456,049 456,049 0000000000000000004b682e9837620fa68a5bfed63c49d7ebbbcb4ab406a064 2,358 1.00/1.00 vMB 109
456,048 456,048 000000000000000002583129d4c4746c20b2305a280863a50a4be584fa668aab 1,637 1.00/1.00 vMB 157
456,047 456,047 0000000000000000022b7ac98224f1a24e91eb9093b430f8383fd41de26b7b63 1,766 1.00/1.00 vMB 141
456,046 456,046 0000000000000000000797f3430888038325fc2593e1d7b704cc9299017ade8c 2,022 1.00/1.00 vMB 176
456,045 456,045 000000000000000000e5f60861fd575443035740dd90a1f1c15dca8b67bce10c 1,910 1.00/1.00 vMB 226
456,044 456,044 0000000000000000014a84c84f12b01f77731282c35b665e0ff5c09ba3394f5f 1,749 1.00/1.00 vMB 164
456,043 456,043 00000000000000000228229fdd8c6a3e4443d98c283b65b8b1693c4187e7c507 2,239 1.00/1.00 vMB 208
456,042 456,042 000000000000000000d14988020c122fe35a35afa500926b7cab9ed4184e4371 2,634 1.00/1.00 vMB 202
456,041 456,041 0000000000000000018cca73df1d2a0c52eb19eea45044439eca5fa9b9dee0ea 2,978 1.00/1.00 vMB 218
456,040 456,040 0000000000000000004fbf72babd275b0956855f0e1502fbbdcebe7ff3665674 2,220 1.00/1.00 vMB 315
456,039 456,039 00000000000000000204cd2c9840023f1434f3dcdd7f471e4b8c8638d14d7006 2,479 1.00/1.00 vMB 233
456,038 456,038 0000000000000000013a6adca32ed89158cb4673ef74918c8846eae1f0592921 2,423 1.00/1.00 vMB 220
Previous 10 blocks ↓
Total Size: 782.67 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: 673.12 GB
    • Received: 16.40 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.