Loading Tool

Explorer IconExplorer

Memory Pool

48,069 transactions
29.17 vMB
0.08769104 BTC
Random Selection Loading Transactions
Max Size: 155.54/200 MB

Candidate Block

Mining Attempt 31c1b38c5229bf8c5dae0dd7b942bcbc85259558d46cd9e0d119645d6a95e5a7
Version 20000000
Previous Block 000000000000000000005305ff331788dce4fd0d1cb306269ddf5357d0752558
Merkle Root a4a7c8a01a1b731ee79a41406ddea1b4cd7db97018486a1292c0b01301a71804
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,067
Size: 1.00 vMB
Total Fees: 0.03136524 BTC
Feerates: 100.60 > 3.14 > 0.37 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,848 (263,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,725 651,725 0000000000000000000ca67267ec2faf82aa3d2f05de896e2746fd117b6e44a4 2,471 1.00/1.00 vMB 33
651,724 651,724 0000000000000000000160229366d850577bb850205452ca37f53cd62767ad27 2,033 1.00/1.00 vMB 23
651,723 651,723 000000000000000000014b5d8f0d336330c5961955ef7105b700a8f10edd08c0 2,513 1.00/1.00 vMB 55
651,722 651,722 0000000000000000000e92e612d58c320dbc578e62d3b4be1ab6ac9635456042 2,703 1.00/1.00 vMB 116
651,721 651,721 00000000000000000001e12d860a883f1daed8a4e29d01252df5e65b5d703392 2,860 1.00/1.00 vMB 109
651,720 651,720 0000000000000000000590107a5fde160939126a755f70fc61cd8a677f40e9f2 2,801 1.00/1.00 vMB 62
651,719 651,719 0000000000000000000b0828803e14a6eb8cf1c74410fc08f5ef2fa3eac656d6 2,615 1.00/1.00 vMB 65
651,718 651,718 0000000000000000000ac8b27ecf37ff7cd0a3c309f9e72577d08a064c2b479d 2,625 1.00/1.00 vMB 46
651,717 651,717 0000000000000000000b66e69de2ad4f517ae514329d02964363f7d41be5bf2f 2,921 1.00/1.00 vMB 110
651,716 651,716 0000000000000000000de9f9f7e6c4873582d3ca0592c51e7bed9d6e2735edc9 2,676 1.00/1.00 vMB 34
651,715 651,715 0000000000000000000be178ed1b94fd79a985d820d9cf15557ce71e094554be 2,732 1.00/1.00 vMB 79
651,714 651,714 0000000000000000000cbe27b2971772cf7bae8321602761a48a9a3a900b12f0 1,854 1.00/1.00 vMB 77
651,713 651,713 0000000000000000000831c777785fbf787920b57972ca5ae60490325e96cbea 3,058 1.00/1.00 vMB 55
651,712 651,712 0000000000000000000180053fb47a0f895221ef7abec00426b94686a496fb8a 2,751 1.00/1.00 vMB 119
651,711 651,711 00000000000000000008a0c5fb96f67e4f345468c9d9a1032a64bb030d92d028 2,558 1.00/1.00 vMB 77
651,710 651,710 000000000000000000050238c224cdb77a6c5ea9ddae43557e9c2e843250f66c 2,592 1.00/1.00 vMB 71
651,709 651,709 0000000000000000000ae2254ac02df170bdf06c50a1ca9a5ed974cc00a42a1a 2,950 1.00/1.00 vMB 123
651,708 651,708 0000000000000000000a250d84e1dab3c35dfe9f0a30928b99fe57091d9bbb2f 2,924 1.00/1.00 vMB 105
651,707 651,707 00000000000000000009e5d0bf3fae3ff6c1337939409d7f6820cb85d721632d 3,021 1.00/1.00 vMB 45
651,706 651,706 000000000000000000020a9ffe8d425c4e2e1112b7165bdcb47e26e37d376c5b 2,888 1.00/1.00 vMB 110
651,705 651,705 00000000000000000001270ee921d9eb90b04c1a3047975e9e0f77eb209a43c4 2,998 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.12 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.10 GB
    • Received: 13.72 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.