Loading Tool

Explorer IconExplorer

Memory Pool

85,089 transactions
31.66 vMB
0.10040236 BTC
Random Selection Loading Transactions
Max Size: 193.21/200 MB

Candidate Block

Mining Attempt 55a06072484f4c09bed8296d5f122f5f6474477d8ff6821c465e587c3f05b37c
Version 20000000
Previous Block 000000000000000000007d18c42d3ede84298f1d150a1c2a3362d6d1dc1e1e0d
Merkle Root c94d5e88f8ec4ecb80d7c8f363faacefaecf46ec4457b92366e0a37b1d069d46
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,604
Size: 1.00 vMB
Total Fees: 0.02628849 BTC
Feerates: 150.77 > 2.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,335 (588,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
326,568 326,568 000000000000000002be6c6636a2da8e922d688b15e3ea0d7fcdc470ee41fbbd 1,056 0.56/1.00 vMB 27
326,567 326,567 00000000000000001dd47f94a31667902347e8473737a54ab0c6958f60bbcc99 195 0.10/1.00 vMB 25
326,566 326,566 0000000000000000114ebb1e50c87552f436f8987345e01848e394758dc26a18 349 0.22/1.00 vMB 26
326,565 326,565 00000000000000000b292705cd615d7c55814302a8e225c9c9ca59e40d0f29b7 70 0.03/1.00 vMB 20
326,564 326,564 00000000000000000d520bfc97f83eb29edbc64ff398e9883f15aca040a023a2 1,205 0.69/1.00 vMB 27
326,563 326,563 00000000000000000188c4cc0b10f5d4012fed7e62a3f3041d6295cdbb801518 326 0.17/1.00 vMB 26
326,562 326,562 00000000000000000fef433304dbd90d2a95beb21416ea97ec27a00a69c944d2 285 0.21/1.00 vMB 22
326,561 326,561 00000000000000000e14a0bfe6c6b4ab654e9e51796b19014bcab4f778c81b4c 1,622 0.75/1.00 vMB 30
326,560 326,560 00000000000000000502e51588ebc53af57ba823d296e777abc728a0107181ce 419 0.33/1.00 vMB 22
326,559 326,559 000000000000000001db10201f3a478cce703bd4a6fe93850842e86ac6abe4e1 325 0.16/1.00 vMB 28
326,558 326,558 00000000000000001c31a2505ccae192673497f20a8afe148150a8cbed80751e 126 0.10/1.00 vMB 19
326,557 326,557 000000000000000000e5ca5e98b0e0af6d5e440138b12d1f496bc649ff6d954e 1,218 0.75/1.00 vMB 27
326,556 326,556 000000000000000000958d8e55e7e3d01242ffafed61c97ac730947e86aa4737 58 0.09/1.00 vMB 12
326,555 326,555 00000000000000000c1776de2cbedcd5681e0aa91c342fb1bed9b93b2c8fa7a7 528 0.27/1.00 vMB 28
326,554 326,554 0000000000000000031862948bb80f56f78c6613688fba6ed886e3c21ccfbca5 441 0.31/1.00 vMB 24
326,553 326,553 00000000000000000eee82d7eb0a1e9b905f5a0eaaffebf57cecbde57b1fe461 286 0.23/1.00 vMB 21
326,552 326,552 0000000000000000187c97b8497da6b5d538524b774a4cda02051b23441b6ba9 256 0.11/1.00 vMB 36
326,551 326,551 0000000000000000119fe3f65fd3038cbe8429ad2cf7c2de1e5e7481b34a01b4 448 0.42/1.00 vMB 16
326,550 326,550 000000000000000019f85eb8726fa1eedd9447a3246b2c3318972bfc9e1a7fe4 72 0.04/1.00 vMB 34
326,549 326,549 000000000000000011da7e1e6a5c315bd746c63c5e7f965fd5deea4f0331bbd0 875 0.98/1.00 vMB 21
326,548 326,548 00000000000000001526d8a9974bd162ebb6c54983174c52b64ae528d6a684db 1,195 0.75/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.97 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: 716.12 GB
    • Received: 17.78 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.