Loading Tool

Explorer IconExplorer

Memory Pool

50,032 transactions
28.27 vMB
0.07355964 BTC
Random Selection Loading Transactions
Max Size: 151.88/200 MB

Candidate Block

Mining Attempt cc6924800d8d894db091532fca3b2e3ea7b813464ca3a873285004fbdc6501ac
Version 20000000
Previous Block 000000000000000000006aeda7cc004234c1ab671c5672364bc6b11d12bb94b3
Merkle Root 7f6fc931b9077782a83055386008e9f9dbd9fec201d4e2cdae2fae4e98f52748
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,524
Size: 1.00 vMB
Total Fees: 0.01990972 BTC
Feerates: 507.72 > 1.99 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,772 (323,836 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
590,936 590,936 00000000000000000004de08fa8132baa3e2a91b8f4b4d724f12b6a70e0afe06 2,579 1.00/1.00 vMB 47
590,935 590,935 00000000000000000017163606b1c82d824d8d80b75c6c2fcb4544d39933e0a7 2,724 1.00/1.00 vMB 36
590,934 590,934 0000000000000000000cdbd84ee7e4ab1df3d5d01fe0c4f6fb60943f75e263dc 2,925 1.00/1.00 vMB 49
590,933 590,933 00000000000000000002c16c97a0373c609761d46a1320c75d26cd0130a47009 571 0.22/1.00 vMB 20
590,932 590,932 00000000000000000013bd2e2ddc1528cb4fd6a854b70812146229646f3bae7c 3,004 1.00/1.00 vMB 28
590,931 590,931 0000000000000000001b469434b4aa4f777e63f9c46e9c491c88eac2f239e64d 2,956 1.00/1.00 vMB 33
590,930 590,930 0000000000000000000302483552f28e0627a659636d1270032df8845d328442 1,868 0.68/1.00 vMB 16
590,929 590,929 0000000000000000000242eaf4b58871106af448be1ea21a7ded561e6d4c15e8 2,768 1.00/1.00 vMB 11
590,928 590,928 00000000000000000013a857c83e9e08d67f96a505d020cf6e0901a7c6aa426b 2,986 1.00/1.00 vMB 39
590,927 590,927 00000000000000000004d4569502999df1017c3542876be940b6890dfc4a87d6 1,584 1.00/1.00 vMB 18
590,926 590,926 0000000000000000001497593605747374307aa1e0baa8df0ea50f7b6ab2964a 2,625 1.00/1.00 vMB 25
590,925 590,925 00000000000000000000ba1d0ca798644c77738bd06a949df542649a9359aa63 3,088 1.00/1.00 vMB 47
590,924 590,924 00000000000000000011699ccf5ec3a72ff6f54c3695188e4272101f1798a9ed 2,869 1.00/1.00 vMB 66
590,923 590,923 00000000000000000000746266d132c151fb3bf03772fbc8b20de4bcff43c9d8 2,564 0.90/1.00 vMB 30
590,922 590,922 000000000000000000119810bc32191299cfc59a62932db402d902a9cdb5eca8 283 0.10/1.00 vMB 29
590,921 590,921 000000000000000000024e5e9baaa61631c0f413da4f6a8d5d4dbcfa079b134a 2,007 0.73/1.00 vMB 13
590,920 590,920 0000000000000000000c5abea0300ccbafe21dfcf6df89f4043df481c5bf692d 2,735 1.00/1.00 vMB 20
590,919 590,919 0000000000000000000458d3d1bee1d9fa84a8982239737fee60a8554b26c3e1 1,606 1.00/1.00 vMB 20
590,918 590,918 000000000000000000048a5a14bfbcc4426feb251feb429d6b7eb3f5f83f6e94 2,711 1.00/1.00 vMB 40
590,917 590,917 000000000000000000001813351241f06a1064845e710a70132c3578c603a9bb 3,029 1.00/1.00 vMB 55
590,916 590,916 00000000000000000011b8b3675bf2c5e88762b5d0ae26698ffa9bb9540317dc 2,534 0.80/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 781.98 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: 648.34 GB
    • Received: 13.03 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.