Loading Tool

Explorer IconExplorer

Memory Pool

1,691 transactions (0.72 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 3.74/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,358 000000000000000000022b910000000000000000000000000000000000000000 1,680 0.01165716 BTC 0.69 vMB 1.03
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,357 (853,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,443 58,443 000000000187392caaabaef74bb4a06bb9d2793053bb8fa49826e994e6f9dbb7 0.00 MB 1 0
58,442 58,442 000000001212a2d7460be3cf88e2f310d1c40c4df17fc2310f78b9aabcecd79d 0.00 MB 1 0
58,441 58,441 0000000000c83076adf833abeec86f775d690b4213361dc6425591045fc6c959 0.00 MB 1 0
58,440 58,440 0000000003ce4dbafa9c9f1d7dd691b43f15cadab01f6337f9e05611ef27a492 0.00 MB 1 0
58,439 58,439 000000000dc919102d3de83ba57217678759077b5c15cc50931e52e7ee7944b0 0.00 MB 1 0
58,438 58,438 00000000023b9346ef0a6bd8a0732a8c95390f3519123cf572a56fa60ded852b 0.00 MB 1 0
58,437 58,437 000000000a695455dc0b7167360a39dfeedb9ecd4db849ae823382f682fc8def 0.00 MB 1 0
58,436 58,436 0000000003caf945999920f4e90a6b3c8df129a64a26eb7f407e40189230efd7 0.00 MB 1 0
58,435 58,435 00000000134b3279f9f9ab9cde603593693ab0cbf26afe3cf519ad161b6a7922 0.00 MB 1 0
58,434 58,434 0000000014fc66d4805fca646331c8dcb6884b25b5dfa2a3fcc68374a6335e5c 0.00 MB 1 0
58,433 58,433 00000000131e895f8d920056c7f5b421d3d85c39acecc2298aeac34fc31f3a6b 0.00 MB 1 0
58,432 58,432 0000000013ab5529712293f6ccbbef648c147e6bd961ab93890ff9dcb9447cca 0.00 MB 1 0
58,431 58,431 000000000adfab6729702d3bfb970882c7f34b6ff748252da348162b0a666396 0.00 MB 1 0
58,430 58,430 000000000d244e4adf93c98addbd5146a717fce27328689b4047116714ec77de 0.00 MB 1 0
58,429 58,429 000000000506e1dd3b5db26c6b572bd7760c1bc308ba7b7ad697d846746bd59b 0.00 MB 1 0
58,428 58,428 00000000024ef2af49dc847eddd9acd67af204cb1c2bda1bdffedfaae5bf8b4f 0.00 MB 1 0
58,427 58,427 00000000038933b9409bed188ba3a2c15b491625d13923459fc1141fd8ad046f 0.00 MB 1 0
58,426 58,426 000000000a9a50ee7863b41fb28e43dcc844f832501a8646c56181a4043a1d43 0.00 MB 3 0
58,425 58,425 0000000013d651c9b1d41e32717b2f1b0e8dd4c554fe9f24236c31fd3444b409 0.00 MB 1 0
58,424 58,424 00000000059c19dac4b2428483d086d9600d41d5c6cba0db42f6d3e75505d051 0.00 MB 1 0
58,423 58,423 000000000781ec7c62966355ffc12900cc0229806365fdc13f2149892cc1db1b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.72 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,545.30 GB
    • Received: 136.94 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.