Loading Tool

Explorer IconExplorer

Memory Pool

41,924 transactions
26.80 vMB
0.06510675 BTC
Random Selection Loading Transactions
Max Size: 140.29/200 MB

Candidate Block

Mining Attempt e0cd4ec608afc070534b0dc7fb171a86da6f367af1ef8f90ebadcb0fa066eeac
Version 20000000
Previous Block 000000000000000000004a2b107003c44fcf6b870126f382c42a8ec7f70aace3
Merkle Root 0ad7994e91dda8effc572772ed8336ce0bcc51d1825ee60748d00abd4e823b2d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,964
Size: 1.00 vMB
Total Fees: 0.01535914 BTC
Feerates: 151.03 > 1.54 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,941 (471,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,533 443,533 0000000000000000032f5bf1c0040dcfb85ec38eaa1b552a024ec6ab9bc65f8d 2,211 1.00/1.00 vMB 78
443,532 443,532 00000000000000000302b17d926a63029b9f94033cb7b73de4cbd79dce5a79dd 2,825 1.00/1.00 vMB 74
443,531 443,531 00000000000000000268ad3656cefcd6366d2e651a176e78731c2cbdac15027e 2,129 1.00/1.00 vMB 93
443,530 443,530 000000000000000002cff16b7d7d65c0940c8a22b1b91f311740390ee9399233 2,889 1.00/1.00 vMB 79
443,529 443,529 00000000000000000267b1d870e45d3a883000472c910f1aefb1470badc34862 2,421 1.00/1.00 vMB 98
443,528 443,528 0000000000000000000c85050c0d48f5ff578fe91f551ba12fabe4c27a40fa47 2,805 1.00/1.00 vMB 93
443,527 443,527 0000000000000000017bfb05369377c7301b7d802ad8d95dcc7332aad80d16ba 2,174 1.00/1.00 vMB 114
443,526 443,526 0000000000000000035ef8136119325aa8eab7a972f853a30a551d7d970c5c3e 2,539 1.00/1.00 vMB 86
443,525 443,525 000000000000000003091e7fc24dad60321369d1c1f3025d7582363ebae9b7b8 2,409 1.00/1.00 vMB 82
443,524 443,524 000000000000000000937a5b9bf274a28537a45141f0c9b6bc6db93af3b9f03e 2,354 1.00/1.00 vMB 87
443,523 443,523 000000000000000001992126943a3f805b740b53388d9018eded54ea3f20cacb 3,101 1.00/1.00 vMB 113
443,522 443,522 000000000000000000b0605b95874c440f4b82d11f4fbee75cc515f764654ce4 2,189 1.00/1.00 vMB 54
443,521 443,521 0000000000000000034f70cc130ea893aafab726d97c99d155496ee2ac81b0bf 1,948 1.00/1.00 vMB 66
443,520 443,520 00000000000000000345d0c7890b2c81ab5139c6e83400e5bed00d23a1f8d239 2,269 1.00/1.00 vMB 62
443,519 443,519 000000000000000000b3ff31d54e9e83515ee18360c7dc59e30697d083c745ff 2,598 1.00/1.00 vMB 90
443,518 443,518 00000000000000000356a18433c3cf1dc5b5b05164002cb77bbbebd52397e269 1,766 1.00/1.00 vMB 70
443,517 443,517 00000000000000000189a282608fe795bed57d91ff731b8e0b2a700128562a12 2,471 0.99/1.00 vMB 65
443,516 443,516 0000000000000000012a704d7531efd591ee295a8936c66f64370a9d2ccaaee8 2,824 1.00/1.00 vMB 84
443,515 443,515 000000000000000001dde053c1f5475053853417536c07afc82e6db60fc70467 1,900 1.00/1.00 vMB 81
443,514 443,514 000000000000000000942023405829d1d1eeca081010c577b074f9a349c71d3e 1,718 1.00/1.00 vMB 80
443,513 443,513 000000000000000001b45ae0272d3f8acb931c08d6c709214eec44f03c3f61bf 1,819 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.28 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: 657.01 GB
    • Received: 14.45 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.