Loading Tool

Explorer IconExplorer

Memory Pool

79,067 transactions
29.62 vMB
0.10621013 BTC
Random Selection Loading Transactions
Max Size: 178.25/200 MB

Candidate Block

Mining Attempt 5d3fa576102e8b49e21d5a995c3ac47b5bd45633c600abb0b53a118e0c6515b4
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 425713e4156b77db578bfa7e5cd1febc6c359756c1bd6b7f3aeff4d6e862ac1b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,514
Size: 1.00 vMB
Total Fees: 0.04067424 BTC
Feerates: 164.34 > 4.08 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (227,208 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
687,946 687,946 0000000000000000000712c63896923b087ac8cbd6ac75a5ca45e89043486902 2,545 1.00/1.00 vMB 16
687,945 687,945 000000000000000000030c542ab6673130684a117089df2562592d1d414f9ce7 1,888 1.00/1.00 vMB 15
687,944 687,944 0000000000000000000be82c9e13c2699314a69f7d67b99b105761eed21d93ba 2,405 1.00/1.00 vMB 47
687,943 687,943 0000000000000000000d9963d597c866ce6b63200896ec6f2b8be581b8559dfb 1,567 1.00/1.00 vMB 39
687,942 687,942 00000000000000000003123248e6f480705c8afe31a8ac15d9c5e6984f763552 2,942 1.00/1.00 vMB 19
687,941 687,941 000000000000000000066cbb83358565e4c149289516a5b0ef6e2faf2d251a73 1,970 1.00/1.00 vMB 51
687,940 687,940 0000000000000000000648fcd37f6c2da27b9d1c5f32ac0fe4033bdecbe210da 2,226 1.00/1.00 vMB 29
687,939 687,939 00000000000000000007a72b493ed63de894c77d023bee6a7991dca3e2cdcc97 279 0.16/1.00 vMB 20
687,938 687,938 00000000000000000001a28e380ceba73ac7946b3b1b6f5f2a785cca193f0494 410 0.12/1.00 vMB 28
687,937 687,937 00000000000000000006667ef9ede66e6e1c874006ee52b7aec5c5a21e54b578 1,312 0.46/1.00 vMB 29
687,936 687,936 00000000000000000007bc61c6fd6aaca05a72074128159cd0e90103a1b9880e 943 0.43/1.00 vMB 24
687,935 687,935 00000000000000000007976440c97adc2b6412f05419beb87f7e48b08cc8e937 1,411 0.56/1.00 vMB 26
687,934 687,934 00000000000000000007ceb3b2ee06f2913ef0a7faee6119b43e3dfd82e2178e 143 0.05/1.00 vMB 30
687,933 687,933 00000000000000000000c71dcc03b67488ae68159c6a6afb12c0226de41ffa64 1,874 0.78/1.00 vMB 6
687,932 687,932 0000000000000000000b2a7edd61ae9a7219fc8ae15ce1d2bd852282265de993 1,101 1.00/1.00 vMB 26
687,931 687,931 00000000000000000009a27a2b7fabf1c5a60ddda5802889a78b4d53478fd37e 2,347 1.00/1.00 vMB 54
687,930 687,930 00000000000000000004490b278afed4069844d1a7c98026983c6583320dfcd8 2,778 0.93/1.00 vMB 3
687,929 687,929 000000000000000000060a2101829b77614ac3083c78f97c3d5ca5e1724bd784 2,415 1.00/1.00 vMB 36
687,928 687,928 0000000000000000000ca395be618085ab5d0a6a681e1abb4d0a08ca8ae4cb08 3,074 1.00/1.00 vMB 41
687,927 687,927 00000000000000000002c94df880164e9fdd3428ac2f9c84646d9f67bc6a73f8 1,245 0.49/1.00 vMB 26
687,926 687,926 000000000000000000096cce45df04dac4685595a8d992273f9d4630ad930b3b 1,071 0.50/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.66 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: 673.05 GB
    • Received: 16.36 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.