Loading Tool

Explorer IconExplorer

Memory Pool

50,577 transactions
30.35 vMB
0.14294957 BTC
Random Selection Loading Transactions
Max Size: 162.04/200 MB

Candidate Block

Mining Attempt 7aad6ac00ab3c839552be8c1f4a0b40131808d1611de8cba09d80a54542b0267
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 0f02099734b329c29cafff37236a24def2feb266d7cd48c662c14815e576b3aa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,294
Size: 1.00 vMB
Total Fees: 0.07211116 BTC
Feerates: 529.61 > 7.23 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (263,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,736 651,736 00000000000000000009498310e3a4ce67135917e4a13c283727cc702211a8bd 1,337 1.00/1.00 vMB 26
651,735 651,735 0000000000000000000afaddaa2be53e0f23ab9c5f819e6ae58b7199f27513e5 1,485 1.00/1.00 vMB 25
651,734 651,734 0000000000000000000b100ad601749486e27f1d1376d6c67ad4b8d387d762b1 1,080 1.00/1.00 vMB 6
651,733 651,733 00000000000000000001072531d21465df335bade3cfc114602f53ac90d15a6d 1,980 1.00/1.00 vMB 68
651,732 651,732 0000000000000000000dabac086e78c21db33a5d8a1cbd0dc1f2891703aed40b 1,188 1.00/1.00 vMB 9
651,731 651,731 0000000000000000000be8fad0b47b940e14328bf5c8ab9fb56b28d08470d5e6 2,438 1.00/1.00 vMB 9
651,730 651,730 00000000000000000000ac424950b0d4462e3daa2a3bbfafcfa3b795960db57a 2,522 1.00/1.00 vMB 24
651,729 651,729 00000000000000000009208fe6ef7b694b65144082aa8e0338e1767dab3eed74 2,096 1.00/1.00 vMB 49
651,728 651,728 00000000000000000002c487efac002926c945f43149b29f5d5518523642b91f 2,239 1.00/1.00 vMB 77
651,727 651,727 00000000000000000001800c47e1ebefd86f56db52b95cf6658eafcfeb5b5ed6 910 1.00/1.00 vMB 15
651,726 651,726 00000000000000000006725a94a4f5d823e50f3ae7666b6db0f5af45b6fb5b3c 2,615 1.00/1.00 vMB 42
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
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.09 GB
    • Received: 13.71 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.