Loading Tool

Explorer IconExplorer

Memory Pool

34,718 transactions
27.19 vMB
0.05629617 BTC
Random Selection Loading Transactions
Max Size: 136.17/200 MB

Candidate Block

Mining Attempt 784f9ab20b93088df00b2e77d3e97ad94062be8e0a3e0553b1bd37985bd9f63d
Version 20000000
Previous Block 0000000000000000000099f0b996849ebf7add480c0470f20ce70c41d4478c7d
Merkle Root 3bf652ed95a9674a591a45f4994d3c13ed603e61a9c86de049a37672aa914cdb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,429
Size: 1.00 vMB
Total Fees: 0.00476345 BTC
Feerates: 77.90 > 0.48 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,634 (319,254 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
595,365 595,365 000000000000000000139f7904358e84fc5cbddd6922c30bd8e99acbf2d7eb3c 1,565 0.41/1.00 vMB 25
595,364 595,364 000000000000000000178c55bc7b00fb8f5949fcda673fd4a6915a9a3e7162c7 2,859 0.74/1.00 vMB 11
595,363 595,363 000000000000000000057d7c68eb53972d9ebb68a1967470f94f9b000387ad76 3,372 1.00/1.00 vMB 35
595,362 595,362 000000000000000000046ce73722c7ac122a86e9672c73b8f9dd4b873c2c63d9 136 0.05/1.00 vMB 48
595,361 595,361 00000000000000000006b67c54c806115e679fd0b4d0fd4d73bc132adc6a8d29 471 0.11/1.00 vMB 17
595,360 595,360 000000000000000000039c5f5486ba05b854c1a9d292547eedda6c050f995974 3,579 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 781.74 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: 630.47 GB
    • Received: 12.04 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.