Loading Tool

Explorer IconExplorer

Memory Pool

28,711 transactions
15.63 vMB
0.02358461 BTC
Random Selection Loading Transactions
Max Size: 95.22/200 MB

Candidate Block

Mining Attempt 1d7c5de0151c458175df713152d7003142fd20c18ff7cbb09c35ee5ee46f01e0
Version 20000000
Previous Block 00000000000000000001e5cabb071bd8d2b978e5c7f18330f612d2bac0aa88bf
Merkle Root e2cd8c6ccf444daf942173d29066e3ca8fa1cad31d908e29186cf6d78c9e02e8
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 5,089
Size: 1.00 vMB
Total Fees: 0.00755927 BTC
Feerates: 318.30 > 0.76 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,958 (6,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
932,925 932,925 00000000000000000000d238c4dc4b6b6ba60ba28e6bc146fb31f12e79482f85 1,554 1.00/1.00 vMB 0
932,924 932,924 00000000000000000000b2849b0320bd1d74969e24206d3c00e9b8b714e5c7f4 2,254 1.00/1.00 vMB 1
932,923 932,923 000000000000000000001b418ed61de1be9c1327ea35bfad6106abf2c019aafc 979 1.00/1.00 vMB 0
932,922 932,922 000000000000000000005843d23f1b6fe3eb8f638ba5463941c922e4110f3547 1,538 1.00/1.00 vMB 0
932,921 932,921 00000000000000000001a7fa18bd4d30521206e0921e7b8bce73006666a89a6e 2,329 0.64/1.00 vMB 2
932,920 932,920 000000000000000000013dc4300005b563dc3798ae0cd356619e105f55a7f47a 3,152 1.00/1.00 vMB 1
932,919 932,919 0000000000000000000117431576a1a80297fd4e9260929473773ff8e3bcb173 3,666 0.99/1.00 vMB 3
932,918 932,918 00000000000000000000f5c041f9d483022e21180dcff693351a5e292f8b6ecd 3,779 1.00/1.00 vMB 4
932,917 932,917 000000000000000000007de965015601ee651efced4ed6b60f592d6cf5466040 1,724 1.00/1.00 vMB 0
932,916 932,916 000000000000000000002c61bb893ff6afaee8f820b5b956a6d6a393edbf0737 2,842 1.00/1.00 vMB 1
932,915 932,915 000000000000000000001e77a956f241b07ea0bcbd7d56e483f072c6e756d750 3,448 1.00/1.00 vMB 0
932,914 932,914 00000000000000000000840e9dc1f95e428c431b4b0aa249690958507adac736 131 0.03/1.00 vMB 2
932,913 932,913 0000000000000000000196d09f2b87e62827825fca54c9f5ecbae2e68f9c45e0 3,996 1.00/1.00 vMB 1
932,912 932,912 0000000000000000000110fe07d24a850cab953a8df525d206511513d62dc44f 3,039 1.00/1.00 vMB 3
932,911 932,911 0000000000000000000035ce629b151c8a3d7a5d529249358a62a70757698ecb 2,302 1.00/1.00 vMB 1
932,910 932,910 000000000000000000002b7719ac850902ecb8a416da8d64e52dd2e3d8840d73 1,634 1.00/1.00 vMB 0
932,909 932,909 00000000000000000000e163d8213a9ce22c03a2dc46ba3276aa0a13287312e4 2,213 1.00/1.00 vMB 1
932,908 932,908 00000000000000000000a4a6a6f6daaaf87a40913cb5a04396ded0c9ca727009 2,325 1.00/1.00 vMB 0
932,907 932,907 00000000000000000000cd480f5b312aa55299b68415d6b9f35a66f9223ac11b 3,675 1.00/1.00 vMB 2
932,906 932,906 00000000000000000000bb26bfb74a8b1cbceede6b7323286b048ad5740362bf 2,238 1.00/1.00 vMB 2
932,905 932,905 00000000000000000001a0f3473449a2a480b24ea8215deef9ba359e1f14a77b 3,655 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 824.82 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: 4,211.13 GB
    • Received: 230.76 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.