Loading Tool

Explorer IconExplorer

Memory Pool

39,277 transactions
27.55 vMB
0.06665187 BTC
Random Selection Loading Transactions
Max Size: 140.74/200 MB

Candidate Block

Mining Attempt 09a9aba7eb8434faa1033cc887065140a6b0324ba0622d399b277c2e807b901b
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root bd300ec81e176f82b9c963bb21b11741c8e5405c4bf33e059277ff22d6553be6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,399
Size: 1.00 vMB
Total Fees: 0.01425191 BTC
Feerates: 100.95 > 1.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (526,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,164 388,164 0000000000000000023dccaf1fd2f60f2b8eed3bb8bf27af1844a22bb2d9d871 1,406 1.00/1.00 vMB 25
388,163 388,163 00000000000000000232b48b181207b2261d86b2c470c9316ac264cf50580f9a 787 0.92/1.00 vMB 18
388,162 388,162 00000000000000000d909e02b7c1f3b4a3d5cb851390ed2031de95b8303f1a08 1,879 0.67/1.00 vMB 45
388,161 388,161 0000000000000000061d663df247c1bff39860e1fe1e2356d0002e53c21de414 1 0.00/1.00 vMB 0
388,160 388,160 00000000000000000daa7868a981943aac7d3911bafbd552b7049ff13b5a87f1 963 0.32/1.00 vMB 46
388,159 388,159 000000000000000005c8544f95f23f71530f1e6dbd3c8ddae9c3e3acc75e9013 2,055 1.00/1.00 vMB 32
388,158 388,158 000000000000000003c0aeae4237612d4e8a0dc8400492dd3f5c7dcf25786680 1,404 1.00/1.00 vMB 22
388,157 388,157 000000000000000008c8a62550276aeb52851acd3b212db2a8ad6b8df6056b03 1,293 1.00/1.00 vMB 22
388,156 388,156 000000000000000005c5ebeda4392dc4d6f6cb2f52f02c7a1d691d06eff43a00 2 0.00/1.00 vMB 0
388,155 388,155 00000000000000000456178cb48e31de4c97ec2982f8bd6680c0b6d66b09f926 902 0.34/1.00 vMB 42
388,154 388,154 00000000000000000d4400bc9ac277562f3dfa688620df39e897bd7397f8f480 1,553 0.92/1.00 vMB 26
388,153 388,153 00000000000000000a052fe691057f8d51dd0ae49942dee4598432fa3ee5ef72 3,033 0.95/1.00 vMB 53
388,152 388,152 0000000000000000046b06976b8a745362166e712e48322c1e1d5a32ae61981e 1,125 1.00/1.00 vMB 20
388,151 388,151 0000000000000000054ba679e346022bb4be188245048c62edb8c6b063eb4b1d 2,110 1.00/1.00 vMB 30
388,150 388,150 0000000000000000036e93f687c75ebd41383c414432b09a4740a4612a7d2671 2,563 0.75/1.00 vMB 55
388,149 388,149 00000000000000000a7852337b172534f069839fe041f53905616eadb90c36ca 691 0.27/1.00 vMB 35
388,148 388,148 000000000000000003eaf10828e15c2d6b17ba15735c7e2822bfdcb294e1407d 838 0.75/1.00 vMB 16
388,147 388,147 00000000000000000258d62f91306c1ae03ea245b8fb5d286cf00826a9aa1688 1,540 1.00/1.00 vMB 28
388,146 388,146 000000000000000007613d7015034974a356ec2c18610a57e322aef47fec53ec 875 0.95/1.00 vMB 21
388,145 388,145 00000000000000000a6c24ce03814c282953fb8f0b57b342f386ebd6eba25deb 625 0.75/1.00 vMB 17
388,144 388,144 0000000000000000078e2b94691e68a141c49b5b7c421e06a8a8e1549795fb3f 1,072 0.75/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.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: 632.28 GB
    • Received: 12.11 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.