Loading Tool

Explorer IconExplorer

Memory Pool

76,308 transactions
29.19 vMB
0.10575468 BTC
Random Selection Loading Transactions
Max Size: 172.59/200 MB

Candidate Block

Mining Attempt 1c284501a2b6eaf6b0a77b4a6f8f99ede131d1d4f91c2d104844ea15762794e6
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 6d705d2b1797b48d55f9f4f86efd2e541f1678b4bfb429a4a701a5cbea8d84ec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,388
Size: 1.00 vMB
Total Fees: 0.04275227 BTC
Feerates: 201.37 > 4.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (271,735 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
643,304 643,304 0000000000000000000294493e3e5f8b5c9a68bc2ff5f03c38c0bcfcefad793b 553 1.00/1.00 vMB 51
643,303 643,303 00000000000000000009e9bd3a435fd9a32cc212f9304947896c6b2aeb27f46e 1,049 1.00/1.00 vMB 14
643,302 643,302 00000000000000000002099733a1b103f0c974f60433947bddab6a90ce3b25ba 2,422 1.00/1.00 vMB 68
643,301 643,301 0000000000000000000c19a89e0baa14adbf4abd03a0d46d32d7f5c2c58ef7c4 1,485 1.00/1.00 vMB 26
643,300 643,300 00000000000000000000f9bb2b610ceec6ef782e5c16669950ffc9995475ad3c 2,277 1.00/1.00 vMB 5
643,299 643,299 00000000000000000007c5379a53760824220f7cc2a3ea59b262981b79294e3c 2,325 1.00/1.00 vMB 60
643,298 643,298 000000000000000000026e3ccc3a40a82c60b86821b74672bfb43d1860c97515 1,805 1.00/1.00 vMB 23
643,297 643,297 0000000000000000000e938ee250692f60b2fb7f0c2fb0bda71b85cba9c038f3 2,423 1.00/1.00 vMB 107
643,296 643,296 0000000000000000000862e1989e27fe745d891fd26d580160d5129879a8ca76 1,957 1.00/1.00 vMB 158
643,295 643,295 00000000000000000001e6d19363377bf8aa2c207e54b060442b0e6e935b9f35 2,493 1.00/1.00 vMB 100
643,294 643,294 00000000000000000009452bc324000526ae9bca2dc501669477dcf8571b9670 2,443 1.00/1.00 vMB 76
643,293 643,293 00000000000000000000857e15d880374c593ff43cc628c255e996c435c514a0 1,723 1.00/1.00 vMB 13
643,292 643,292 0000000000000000000b9717cad6becb38884e715041614e777421ec06a64c16 1,873 1.00/1.00 vMB 88
643,291 643,291 0000000000000000000499f770753c2479776a4b54854502750f751c8db841b9 1,945 1.00/1.00 vMB 69
643,290 643,290 0000000000000000000de85d946876b1add93f85d5e3094e4971ecf64506045e 2,647 1.00/1.00 vMB 26
643,289 643,289 00000000000000000003275af0235559efd39353aeae5666b11761a1f9733a28 1,838 1.00/1.00 vMB 41
643,288 643,288 0000000000000000000bd6e80064272bccbfab20eca48446fc9c9438378bdaa0 2,944 1.00/1.00 vMB 19
643,287 643,287 00000000000000000004b86e0013352f1f40f31b331cd729514c5aabfefe1ffc 2,419 1.00/1.00 vMB 20
643,286 643,286 00000000000000000006434d7883221bd3d9b3c29daddaca7b829ce155d7aee7 2,315 1.00/1.00 vMB 81
643,285 643,285 000000000000000000067f96a2883f43a5b780607394e4aa0448e3bfd6c62db0 2,792 1.00/1.00 vMB 82
643,284 643,284 0000000000000000000c6073d773e0504fa41fa1a7ae00406084353e9a7a6147 2,775 1.00/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.31 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.