Loading Tool

Explorer IconExplorer

Memory Pool

40,137 transactions
25.85 vMB
0.05508443 BTC
Random Selection Loading Transactions
Max Size: 134.52/200 MB

Candidate Block

Mining Attempt 5c81007b7ea9e4e2ceec176707bd44f56339865b2b4e41c7da1408e3d50dca90
Version 20000000
Previous Block 000000000000000000011792beddffa9d4013eafe39d7aebdcfcb6f0839f8dcc
Merkle Root eebdc8b3fd3f09e9add67907f47134a0032e810b51b9c676f0e91cac16525cdc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,693
Size: 1.00 vMB
Total Fees: 0.00812342 BTC
Feerates: 100.00 > 0.81 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,893 (600,947 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
313,946 313,946 00000000000000000f4103486ad8356fe184fcc52097ccac5ee25e1cee4dec64 1,173 0.50/1.00 vMB 36
313,945 313,945 0000000000000000252b5ffbe95c5924ba9c3291c654774a7c27e857dfb25a02 256 0.08/1.00 vMB 30
313,944 313,944 00000000000000001d21464dd4eadf9b3a20b82c737b3c189a8c97f57ae03a0b 494 0.33/1.00 vMB 20
313,943 313,943 00000000000000002d5b8527a29caf323a6f98c27174f87a9c993f534b824e26 328 0.15/1.00 vMB 32
313,942 313,942 000000000000000022a8260c0ba25d49f32e2e8fd7b86fe61abadd374cabe312 401 0.18/1.00 vMB 33
313,941 313,941 0000000000000000366aaafabda75d7fc0a184b4177a8769dc258e97262cd09b 281 0.24/1.00 vMB 22
313,940 313,940 00000000000000003322c8b460abfa3e08dee4ed6940c6a436fa237b1f5d1b0e 252 0.14/1.00 vMB 28
313,939 313,939 00000000000000000d4513f1e20553414bcf6944c8bc40f6ebe326a8a5c3e683 645 0.73/1.00 vMB 17
313,938 313,938 00000000000000001004f5fdaa079dd8ca2c95c077fb2d87494ffb9de234cff1 1,447 0.75/1.00 vMB 30
313,937 313,937 0000000000000000070337cf17903810498b47e9c7b077920214d17ea7f0ae7f 306 0.74/1.00 vMB 15
313,936 313,936 000000000000000001d568ea2a9e232b1675da1df27f0f69d016e4ab1197dfb2 1,465 0.75/1.00 vMB 32
313,935 313,935 000000000000000019cb41fc819b4228292e749f76cf6c0322080bc9408b5588 490 0.46/1.00 vMB 21
313,934 313,934 000000000000000039b4ab8efc7a0dad00e97295e8eb8cd98dbe91afb0919da1 307 0.32/1.00 vMB 19
313,933 313,933 000000000000000039a81b51507ec534877a7fc3004a71c303ad3d3e8d683d9f 1,265 0.71/1.00 vMB 32
313,932 313,932 000000000000000002ce58539bf6b754edbe222e5972e171ab0690cd83a6b8a9 508 0.26/1.00 vMB 30
313,931 313,931 00000000000000000331946dd6545a43ccc2e0d82280151609466a8ea292a6b2 421 0.32/1.00 vMB 22
313,930 313,930 000000000000000004ac0f7bc7e02b0e6cf63108b698a56c852b2947439d3e1a 1,141 0.72/1.00 vMB 29
313,929 313,929 000000000000000035d0aa3b09c612aad715075117f65dfbacaafa5f3212ccb9 172 0.10/1.00 vMB 24
313,928 313,928 00000000000000002637bbf3707b83afdc80e65c6c16ad392175cf25c7edd398 77 0.06/1.00 vMB 15
313,927 313,927 00000000000000001e039a67e9a45c35e6b199611c1cba2a7c44f2fd4c6d0615 287 0.23/1.00 vMB 18
313,926 313,926 00000000000000001f8d39a5f20de2cb84e0b92ab25d2f25c728b5649db3cdc9 236 0.15/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.20 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: 653.95 GB
    • Received: 14.06 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.