Loading Tool

Explorer IconExplorer

Memory Pool

73,317 transactions
27.15 vMB
0.06168736 BTC
Random Selection Loading Transactions
Max Size: 165.85/200 MB

Candidate Block

Mining Attempt 8ae8e6691cb347d74e8823108353a7400d79cb38719f7bfa03f6c6dafc200216
Version 20000000
Previous Block 0000000000000000000066dca9fab24cab5c950c60583369c37db71a237ae64a
Merkle Root 692cccafd676b79788d11c31a4a78cee393cec05e7a1f75f21d3d25cc1048a1e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,908
Size: 1.00 vMB
Total Fees: 0.00415747 BTC
Feerates: 20.14 > 0.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,291 (481,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
433,416 433,416 000000000000000000c5624778859136f27ff6b8b998fa3ad43f61cd843c2f0f 1,673 1.00/1.00 vMB 46
433,415 433,415 0000000000000000002c3a148a0e8b0fc4ca26127945380d53b405506303705e 2,389 1.00/1.00 vMB 70
433,414 433,414 0000000000000000030a60553eb11d831ebf84e21c39d5ff0278ba349f2e1fca 2,576 1.00/1.00 vMB 71
433,413 433,413 000000000000000003d3eebae4d6b4b19dc0115e3469d3ca33c1679a47e8a5c9 1,687 1.00/1.00 vMB 41
433,412 433,412 0000000000000000033721fbdc8dfcbb4c349a3d94ce0cd05f7ffe065de5da94 1,793 0.91/1.00 vMB 46
433,411 433,411 000000000000000000e9e462917166092617fa1339d80700edeb8c9e7fe33a85 2,750 1.00/1.00 vMB 79
433,410 433,410 0000000000000000024266c98cdad2d6a21a5d358c8acb1ddda314133fcad674 2,445 1.00/1.00 vMB 68
433,409 433,409 000000000000000001d13672a0eadb1ccdb0e749655da5ba52a8eb7a87c5a0db 677 0.98/1.00 vMB 14
433,408 433,408 0000000000000000044a6f5743c6375597c1ab7fec7b427da52b8dad6a27839e 962 0.41/1.00 vMB 54
433,407 433,407 00000000000000000377fa6dcdc29280baf68bb4fa1444378d881c62445f5012 1,747 0.84/1.00 vMB 56
433,406 433,406 0000000000000000013ba5de657783d9363154431b801951deb2ed2aaacce4ed 134 0.05/1.00 vMB 59
433,405 433,405 000000000000000001605f5ccedba1e65e1d1cf60eb0f68f9a7343c37b595ff3 444 0.18/1.00 vMB 44
433,404 433,404 00000000000000000165b0403709f2a3a8cb2c73cb6d3bdd80c74c6faae6c44b 1,424 0.66/1.00 vMB 61
433,403 433,403 000000000000000001655e1ce5b97645a0aeb9360fac44f64e9d3ab2a710d061 476 0.21/1.00 vMB 60
433,402 433,402 0000000000000000008ca45c0a81e58606775da9771368a70da1a862bf6ae33c 2,293 0.95/1.00 vMB 60
433,401 433,401 0000000000000000006a4ee83cbd9222f85353a5e4e0e015c8eebb79dfe11372 684 0.99/1.00 vMB 24
433,400 433,400 0000000000000000033260db770d79af61896728ec71a1cdb63d710b053af019 1,312 0.98/1.00 vMB 37
433,399 433,399 000000000000000000ea932b1d11a35b18f9a61f231cc1e3cc707de7b96e2857 706 0.40/1.00 vMB 59
433,398 433,398 000000000000000002493179ed5607cadf150ca0e2cd8afeb8f77b07ef3b407b 1,665 0.76/1.00 vMB 47
433,397 433,397 00000000000000000294d68d71d1c6fffc1e46480d89a901e001c52c3ac49548 1,086 0.83/1.00 vMB 45
433,396 433,396 000000000000000003b3a789284a96a9131f50cae53610029c57b7b8d0bb18fa 2,780 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.90 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 713.54 GB
    • Received: 17.39 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.