Loading Tool

Explorer IconExplorer

Memory Pool

66,274 transactions
18.58 vMB
0.05801961 BTC
Random Selection Loading Transactions
Max Size: 121.31/200 MB

Candidate Block

Mining Attempt 0978f8fea792e9aac88f25e399d9024d5f6f9b7eadccf6bebc3114f752ed6518
Version 20000000
Previous Block 000000000000000000005b273def125124eeae80d56e7b15037fc80898b610a7
Merkle Root 9643f68762254eb485170b2262964c43299829ede75e4858a3f163bb067d494f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,841
Size: 1.00 vMB
Total Fees: 0.01596344 BTC
Feerates: 100.00 > 1.60 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,798 (697,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
217,937 217,937 0000000000000065ea37fcd3e18568e0675f0acb36b97026fc0c70ff57a00fad 150 0.05/1.00 vMB 423
217,936 217,936 0000000000000160fc97de987e73e7be6162fbd92e0249b077b5393ffbd43e5f 653 0.25/1.00 vMB 199
217,935 217,935 00000000000002619156a3e790d12609505a8252372f6552b8ac47abb21a4bad 417 0.29/1.00 vMB 108
217,934 217,934 0000000000000306f95eb0c5ae5f027d434b7055a76497c2ca466c2a5ca676b3 512 0.17/1.00 vMB 294
217,933 217,933 00000000000004d7cc31c3b04104ca8e79f474fa5a17b58de4151e8103fa1a2b 6 0.00/1.00 vMB 0
217,932 217,932 000000000000000fb0acb9b3c49b58ea591a544f5947d021183cad08dbd95284 644 0.25/1.00 vMB 200
217,931 217,931 00000000000000c0c0a9f85c1a4d8ba1dd8839049a291f4d1c2c38bf6e19eb2b 24 0.03/1.00 vMB 65
217,930 217,930 000000000000035a9e04a54443254a4d8348e696fa1e7db220309183c08c56b7 168 0.11/1.00 vMB 161
217,929 217,929 000000000000056f90f3cf4b20f312c95276657afedd5615eecb70dd1548f1d1 477 0.20/1.00 vMB 190
217,928 217,928 000000000000021fae7c1b8383d0e1b7e3e0d364b12d1a1cdcd29890a14bdb6d 486 0.27/1.00 vMB 49
217,927 217,927 000000000000059c14d5d5657876e30664965e98decd5b4c8b919c4355bc61ce 387 0.17/1.00 vMB 781
217,926 217,926 00000000000000962cc4ee71a0077c813d967662e5ec2f119b55347d877ea061 155 0.09/1.00 vMB 134
217,925 217,925 00000000000002cc478597ac405586bf9e3e84af3f48c19e6713f150e13f3a5f 320 0.14/1.00 vMB 219
217,924 217,924 00000000000000c28b19158aa66cbe7272fb088810b96358055ffd0bda985b09 408 0.18/1.00 vMB 169
217,923 217,923 00000000000003e180803f3cf1d625b7ec790fccf4a4e016f345127a65d77164 527 0.25/1.00 vMB 189
217,922 217,922 000000000000034a36ad8d44f0031390ef747f4bc5ef5d2cefd9e7e9974b5d44 374 0.25/1.00 vMB 139
217,921 217,921 00000000000004552b38f71194f9c1c0bee7633e0153e8d2b1eb233ed4923047 599 0.25/1.00 vMB 247
217,920 217,920 000000000000049ce938d7b04007c8be5d7cf1bf8fbff31b7da3387cf0612875 418 0.25/1.00 vMB 137
217,919 217,919 00000000000001728893e37fd0618e0b1ef981c9055d820dc723d0b64edda8b9 757 0.25/1.00 vMB 286
217,918 217,918 0000000000000386326597a55dc30d5b3a3453e37b75ce0163e56351f12b1ba9 512 0.17/1.00 vMB 169
217,917 217,917 000000000000047d11d8ad92d463e45e8272b185a99d4ca1e38bd03ad4776f58 436 0.25/1.00 vMB 143
Previous 10 blocks ↓
Total Size: 783.76 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: 784.56 GB
    • Received: 21.54 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.