Loading Tool

Explorer IconExplorer

Memory Pool

43,848 transactions
28.32 vMB
0.05760448 BTC
Random Selection Loading Transactions
Max Size: 150.49/200 MB

Candidate Block

Mining Attempt c4331d7314a381bb536511ccd7f4bdc99bc85ff3de690d869184049768b78c4a
Version 20000000
Previous Block 00000000000000000001897c6c9731bf3ee4fa42a06586a204e074828410e573
Merkle Root 8d0bbe4b060da6a9ba226152f9b51800bd98e966eec976b039fe9431c6bcb8ea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,271
Size: 1.00 vMB
Total Fees: 0.00410722 BTC
Feerates: 43.26 > 0.41 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,858 (233,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
681,725 681,725 00000000000000000002840d338ec4d640ca55e8fbe2d11424ed6acab0a5c049 2,021 1.00/1.00 vMB 31
681,724 681,724 00000000000000000006c798236497777d04c89b1a89472f7e67d78ddf7651f7 2,612 1.00/1.00 vMB 37
681,723 681,723 0000000000000000000228264d7df9ba2f01f1bf64a4a99eadadfd5368b3cac8 1,893 1.00/1.00 vMB 135
681,722 681,722 000000000000000000083afaba0509af272ee6eef75b32bc0a778040793f93ff 1,604 1.00/1.00 vMB 93
681,721 681,721 000000000000000000084b4f0cde17014780477e842791e003731953745b7192 2,721 1.00/1.00 vMB 105
681,720 681,720 00000000000000000003af75f8db177f2e2a1b3d2cd7e1555beb269b600c574e 1,955 1.00/1.00 vMB 19
681,719 681,719 000000000000000000016413ff6e91f673ec1e801ddadf8802339f0dd0bdd911 1,906 1.00/1.00 vMB 19
681,718 681,718 00000000000000000006d51953dc57cc3c668f6c654b6166e9c7afb2fd16a645 2,261 1.00/1.00 vMB 116
681,717 681,717 0000000000000000000aaa84aa0074923cbd298aaf8cee65d1392d7e911ceff4 1,681 1.00/1.00 vMB 43
681,716 681,716 000000000000000000006c2fe561438e3aa4a632dfd636ca84f16e65b136d5c7 1,791 1.00/1.00 vMB 123
681,715 681,715 0000000000000000000336af468171bb9fae76a657d869e0fff99c7b11f9d6d4 2,182 1.00/1.00 vMB 98
681,714 681,714 0000000000000000000413e2aa1f0eda434a548f4f580fb8eeea5c8cdf4dbd2b 1,768 1.00/1.00 vMB 50
681,713 681,713 00000000000000000007079580592e2d3be24123733b87766c95e3f69b87118d 338 1.00/1.00 vMB 6
681,712 681,712 00000000000000000001694e28e601b54a767139a431bede5a2fc82e7674a262 2,422 1.00/1.00 vMB 47
681,711 681,711 00000000000000000004731a1df404bffd2ff35c739f99a14cc0cd79682b4d1b 1,871 1.00/1.00 vMB 36
681,710 681,710 000000000000000000039d4681ed7e8d4b32fc4ac206468b6a3db8d0b11c643e 2,051 1.00/1.00 vMB 56
681,709 681,709 000000000000000000083c372a804b1a2eb888c11a14cd8e9c317073eeb52e6a 1,533 1.00/1.00 vMB 132
681,708 681,708 0000000000000000000b282af4ee2ea71af84422d133081b9747f390eaabf09e 2,180 1.00/1.00 vMB 154
681,707 681,707 000000000000000000042a78440e716834bfdf58bcfc1a859f413ee9b368cc97 290 1.00/1.00 vMB 6
681,706 681,706 0000000000000000000712c40be35fae5e28cd95a88af2f53492a2f6b0d9ad97 1,821 1.00/1.00 vMB 70
681,705 681,705 0000000000000000000a51b6bca2753b8d2c4a6edfd3c169789f36a159ac5ed0 834 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.14 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: 652.64 GB
    • Received: 13.79 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.