Loading Tool

Explorer IconExplorer

Memory Pool

42,852 transactions
29.13 vMB
0.07668786 BTC
Random Selection Loading Transactions
Max Size: 149.80/200 MB

Candidate Block

Mining Attempt 2f22dfd98dd9fee244cf4f8e1832038600c4df12a09d58f067b12fdc68e1186e
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 1b644f78513e9e8adbd491812044e2eff77200e7cf3afd78ef21a335bf319245
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,772
Size: 1.00 vMB
Total Fees: 0.01974932 BTC
Feerates: 150.75 > 1.98 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (319,226 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
595,386 595,386 00000000000000000017779e09a4152dcee48dbaecdb465b092d7cf90b3a9c03 2,916 1.00/1.00 vMB 64
595,385 595,385 0000000000000000000baf19cbffe2cbd855478a2777a7677e7c9ef7d4bf8127 2,493 1.00/1.00 vMB 20
595,384 595,384 00000000000000000016e591b112fa0ac7f4cae7dc433a808e06c1240325da2f 2,146 1.00/1.00 vMB 27
595,383 595,383 0000000000000000000f5e0b4212d068d818d76b93b66a011cac4d338e873901 3,028 1.00/1.00 vMB 46
595,382 595,382 0000000000000000000065f0fef13fbd2a5eb39186b44df025fce0672ee528d8 12 0.00/1.00 vMB 23
595,381 595,381 00000000000000000007f324ba62c1c6412cc55bdf5ce0d88b9d7c4b47655646 2,095 0.71/1.00 vMB 17
595,380 595,380 000000000000000000027f1a5a61f61c0131f7887deb3b3f2fb3628f2c0d7faa 2,588 1.00/1.00 vMB 34
595,379 595,379 0000000000000000001662d9b86a3ffb42a8d62bdfb19bdbfe8ff76a6896f9d1 1,865 0.65/1.00 vMB 28
595,378 595,378 0000000000000000000d2dcb42b9e56aefa56b75e14f4388a7822c39c2fbed39 2,871 0.98/1.00 vMB 27
595,377 595,377 0000000000000000000887ce869e34e3b548f05d1ecc70d826d037f069392e25 1,982 1.00/1.00 vMB 25
595,376 595,376 0000000000000000000a9e66b7cddf510b36546b133985284a258cae7bbd9c86 2,446 1.00/1.00 vMB 37
595,375 595,375 00000000000000000008b135b65e9d88f1aebcc060ddf187aa3c17fca6dd7b7c 2,311 0.91/1.00 vMB 18
595,374 595,374 00000000000000000010bdacbc154ab5c5263c7796cde2584a34edc2632e65ff 2,474 1.00/1.00 vMB 30
595,373 595,373 00000000000000000014966050b84e7ff891d738896b3952dcd68595cfe297d8 2,674 0.96/1.00 vMB 19
595,372 595,372 000000000000000000165b2f350f417d9c23e60b7868c062f7a64d46164ddbe7 1,727 0.55/1.00 vMB 21
595,371 595,371 000000000000000000096f3550e44c68429b010d1b0f94f898f7efbca4126a4a 280 0.30/1.00 vMB 7
595,370 595,370 0000000000000000000816b0b79451b02fcc8be0817f8d9ef3edf937e4f9e166 1,986 0.54/1.00 vMB 20
595,369 595,369 0000000000000000000a7b70717c7b884580ba70f7889770cada8b3690f8b493 3,212 1.00/1.00 vMB 26
595,368 595,368 0000000000000000000b9fe5a96a3b09b8d600664834cc228679049cdb4928e3 27 0.01/1.00 vMB 36
595,367 595,367 00000000000000000013b4ef892b0ea531423c4b2024635a12bc65159bbeb1c9 759 0.44/1.00 vMB 23
595,366 595,366 00000000000000000002b36dd36603c82a8211aee4280d5873602f79871c6743 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.70 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: 629.19 GB
    • Received: 11.88 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.