Loading Tool

Explorer IconExplorer

Memory Pool

45,431 transactions
28.68 vMB
0.08534787 BTC
Random Selection Loading Transactions
Max Size: 152.10/200 MB

Candidate Block

Mining Attempt 0818ab8175e8efc167c2d0b6129dbbf6855cf54ed3b28eec7d9067cdf5c28fb8
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root bd55615e1502999f52d76452d6578b05cbe208bf17a0bb218e72e5d8f73d2a73
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,812
Size: 1.00 vMB
Total Fees: 0.03065566 BTC
Feerates: 150.92 > 3.07 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (482,121 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
432,690 432,690 000000000000000003c7efc165ff637f7e136a159c7ab6c7b08b3b45e7c100b0 2,774 1.00/1.00 vMB 93
432,689 432,689 000000000000000003cfd4cb3a859f73499d203fb41a8d49d09563f510b6f4a1 1,977 1.00/1.00 vMB 52
432,688 432,688 00000000000000000374725b19aca3c8eb59a1826ee379f5b53bbc8eb9fe2c0d 2,027 1.00/1.00 vMB 52
432,687 432,687 000000000000000001484a878f08327942744060bb4b46e1b3e2290046d0e97b 2,316 1.00/1.00 vMB 58
432,686 432,686 0000000000000000007b9f4a2811b2baf7de98c0d066c4997b1b470043ede5fd 2,827 1.00/1.00 vMB 78
432,685 432,685 00000000000000000358c2461d3eb6101bda39740eb69c134f9e26048f147642 2,611 1.00/1.00 vMB 83
432,684 432,684 00000000000000000282c8ec8500525ffb194b54841ae24b3580ee750b7ff8ec 2,888 1.00/1.00 vMB 73
432,683 432,683 00000000000000000478fa2803910ebe4cb74992ae02a1d1f73c9db0c5204f1b 1,313 0.61/1.00 vMB 56
432,682 432,682 00000000000000000099b922041bc8522977e33cd966e9c70ba9a7220e2d5615 1,895 1.00/1.00 vMB 53
432,681 432,681 00000000000000000390050d6e79d13291c8d9ffd89716c98e6f6e8eade087a2 2,185 1.00/1.00 vMB 61
432,680 432,680 00000000000000000222d72ef04ae952dfd2fdee42803dcd8c67490a837fc441 2,664 1.00/1.00 vMB 69
432,679 432,679 000000000000000003189e7241874554a710249d49d711b4c75b6804f22718ed 933 0.58/1.00 vMB 40
432,678 432,678 0000000000000000041672790dd398a78cc6d60aac6931158fc719c72450fcdb 2,092 1.00/1.00 vMB 67
432,677 432,677 0000000000000000038334fdc1f3181d3f608b91d0ad00d9b0e5ecd9f9cd829c 2,562 1.00/1.00 vMB 58
432,676 432,676 0000000000000000006d3666e7c81ec0a027569c3f0539a52ff7ea2992ea1426 2,900 1.00/1.00 vMB 85
432,675 432,675 0000000000000000014d59fe611bd85f49ce347544eee2057871b8880ab46811 1,947 0.79/1.00 vMB 61
432,674 432,674 0000000000000000032cd8e8120ca10496ed0a1e87ff422f2e124c472859c61a 2,129 0.89/1.00 vMB 58
432,673 432,673 000000000000000003a5a7e428aa0dd05e4807e0325dafd0458f6abb6dd5903d 1,729 1.00/1.00 vMB 49
432,672 432,672 000000000000000003a1ba31170d94705a7c946ba10217aa1eaad7eaeedbce01 759 0.79/1.00 vMB 24
432,671 432,671 0000000000000000028161fa08a7c4bbb0f239c219f241ed8d8ae36da43e83bf 1,875 1.00/1.00 vMB 55
432,670 432,670 000000000000000001cc7936b872b9d95cc0bd645efb643e1e2d16d7518725b5 2,739 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.05 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: 650.94 GB
    • Received: 13.36 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.