Loading Tool

Explorer IconExplorer

Memory Pool

82,173 transactions
31.10 vMB
0.09926357 BTC
Random Selection Loading Transactions
Max Size: 189.38/200 MB

Candidate Block

Mining Attempt 3f56b4b219bfec3f06e84659b7169bff9dd9970399716e4864b91501c0cb3654
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root c1677e0b45ad171050fceba864d19ff420e2d6fc176f9a3155253e085c91b396
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,926
Size: 1.00 vMB
Total Fees: 0.02508940 BTC
Feerates: 151.12 > 2.51 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (756,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
159,366 159,366 0000000000000148581701f71d7cfcb574521da8661d2e913329915d694ff7d5 14 0.00/1.00 vMB 31
159,365 159,365 0000000000000d3b303b30fee5ddaf8eba8dfb5b34cfc7d80523225d648bab23 54 0.02/1.00 vMB 100
159,364 159,364 000000000000067837046be3b436e1954d8523c005abf5cff72768d7791de45f 139 0.05/1.00 vMB 13
159,363 159,363 0000000000000e5c54ce851b7dfda7946652145d3cb6bf59c169d5fc6a5ce286 59 0.02/1.00 vMB 0
159,362 159,362 00000000000007530e7c99dc7e781d7eb71b9797a144606f501dfa91e9618f15 140 0.04/1.00 vMB 172
159,361 159,361 00000000000008ab3ad41597d944a3427e5601702b87ef25577927f6e77f85c9 9 0.00/1.00 vMB 0
159,360 159,360 000000000000071d55f9a0f76a360c31b21d61c50c2270ff84b5cc9b91bc56f5 43 0.03/1.00 vMB 111
159,359 159,359 000000000000020319337e847720120f0f301fd8a9fae36aa8ab56c11f6eecd7 17 0.01/1.00 vMB 168
159,358 159,358 0000000000000b100a43e17caba0c2fbe57a0e22168603db595ddefb2d3cbd5c 9 0.00/1.00 vMB 73
159,357 159,357 00000000000000335017bb496c4b57da81d1c7507173844ccd96499255585297 10 0.01/1.00 vMB 101
159,356 159,356 0000000000000bca693afdfdae300ef949af9019025f444e4e29b5e3375ee12a 11 0.00/1.00 vMB 49
159,355 159,355 00000000000007f6f8711f20e16f30f32ce60ec9c2ec7afd9fcbdd5baf642b2b 7 0.00/1.00 vMB 432
159,354 159,354 0000000000000d5023f50e4ce2dbcec31f0a72234af5804c358c0a57edd3c0e8 6 0.00/1.00 vMB 0
159,353 159,353 00000000000007889df1c01de8125d069cddfe9bc158e629aceccd2eef5ce856 14 0.01/1.00 vMB 40
159,352 159,352 0000000000000dc30164523374c35ccda33e39f096a4de4c2601838116f30b17 56 0.01/1.00 vMB 11
159,351 159,351 0000000000000a0cb4ae96e10e28a0a3b65f379a09ab9b3d1ddbfc8c4c3ab222 12 0.00/1.00 vMB 0
159,350 159,350 000000000000099e1d09d06d25c0b5e7828ba9d85d6543c1e75c42a1af03eb91 12 0.00/1.00 vMB 16
159,349 159,349 0000000000000c5abac9434dd3a99289770864368e286ee851817366662641ea 46 0.01/1.00 vMB 32
159,348 159,348 00000000000007a0cfbb6ba03d1b7def136c6c0a18f53ba5bf1978290414b2b2 14 0.00/1.00 vMB 13
159,347 159,347 00000000000009beba9c3ac8b44aefbd9ad51edeeb822dbd8229d9717ae3b3cd 47 0.02/1.00 vMB 43
159,346 159,346 0000000000000e14f7c7c45c16c66c57919dcb4f6ca9049d37da98499062035b 10 0.00/1.00 vMB 449
Previous 10 blocks ↓
Total Size: 783.06 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: 720.64 GB
    • Received: 18.23 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.