Loading Tool

Explorer IconExplorer

Memory Pool

74,597 transactions
27.58 vMB
0.07192310 BTC
Random Selection Loading Transactions
Max Size: 168.06/200 MB

Candidate Block

Mining Attempt ea91938e0b45c2537316b78bb8da5668283479e87e3e3202507a6af2c35da5a8
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 2e96f1af0c0ac4d1d6e33c49e3780a80f0f8be1fe7a682358888741ea46a85da
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,464
Size: 1.00 vMB
Total Fees: 0.01254738 BTC
Feerates: 150.80 > 1.26 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (227,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
687,949 687,949 00000000000000000007c60643110823e630fcead50dea40b22ebc6ef8860563 2,126 1.00/1.00 vMB 12
687,948 687,948 00000000000000000003e4be36b505554a15d22578717b8ceeb7c846f2925c19 2,142 1.00/1.00 vMB 53
687,947 687,947 0000000000000000000d9f5e7355e53c483073e37caa398f0c0712ce555ca2c6 1,152 0.57/1.00 vMB 3
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
Previous 10 blocks ↓
Total Size: 782.85 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: 712.60 GB
    • Received: 17.20 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.