Loading Tool

Explorer IconExplorer

Memory Pool

79,125 transactions
29.28 vMB
0.07159860 BTC
Random Selection Loading Transactions
Max Size: 175.73/200 MB

Candidate Block

Mining Attempt b3a30ff3b3f27fcefe04a88f425b5f812f89dbe2f8e02b62523e3a4487874e88
Version 20000000
Previous Block 00000000000000000001b85d9794a4a727476a72ab49258ad3cacec808147edf
Merkle Root 7f1f663e1d34cb1d291665f56e9259654069c5f11d559d9cbba47d6206d72d7f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,426
Size: 1.00 vMB
Total Fees: 0.01212462 BTC
Feerates: 170.94 > 1.21 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,064 (256,621 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
658,443 658,443 00000000000000000009028766ed6019ee924975f37054581f5b8744e06a5077 2,554 1.00/1.00 vMB 59
658,442 658,442 000000000000000000087ac05c8599a87b4a4c8bf121d728b66a177541910445 2,305 1.00/1.00 vMB 44
658,441 658,441 0000000000000000000a7ec91225523bf604bf257f5e2f4e10eaa45136647924 2,154 1.00/1.00 vMB 64
658,440 658,440 00000000000000000009fd12c628e3cc20021d43b85b8123e42247fc7ab1bbc8 2,371 1.00/1.00 vMB 49
658,439 658,439 0000000000000000000e01ed90b8be5d7a9ec22abf60bfd9d8e4d50bffcf064e 2,521 1.00/1.00 vMB 53
658,438 658,438 000000000000000000050f5563230db25d7d6f77b801fbac50d0e5af31f0a6e2 2,542 1.00/1.00 vMB 59
658,437 658,437 0000000000000000000c4d89b3b12d47963d9ba6f8084e0305e404040068d0c5 2,983 1.00/1.00 vMB 89
658,436 658,436 000000000000000000000776dd7b84e7905e3c18f27e8530dcae1c5773309366 2,154 1.00/1.00 vMB 56
658,435 658,435 00000000000000000009cb636226c392b139f047a06c63c0dd8112bbad792a15 2,243 1.00/1.00 vMB 58
658,434 658,434 0000000000000000000d30018833fd22ed89fe755e31a816179514f28bcc6c61 2,988 1.00/1.00 vMB 77
658,433 658,433 00000000000000000008c672b96c5fc4d4a915e89d365ad3bbed630b27d686a4 1,586 1.00/1.00 vMB 52
658,432 658,432 000000000000000000033d05abcee8adbd9897cdcf184e135191dc06b095534b 2,757 1.00/1.00 vMB 67
658,431 658,431 000000000000000000021ed9f7dd87c593401d50ba6129f663013dca1acf4199 2,175 1.00/1.00 vMB 29
658,430 658,430 0000000000000000000cfaebb0189e2bea78b78e645ebc4b1d68ffffd0d8f360 1,546 1.00/1.00 vMB 34
658,429 658,429 0000000000000000000057d9ab7ddcb665ae7d9d86dc7a078b34e11717536d33 1,476 1.00/1.00 vMB 22
658,428 658,428 0000000000000000000706c7237b4acf35d776750ae61e4c1a6eb7c1779a6e97 2,385 1.00/1.00 vMB 32
658,427 658,427 0000000000000000000ecf4a20cbddb2fba3f3bd6f8b7709211089a0bae254c8 2,436 1.00/1.00 vMB 31
658,426 658,426 0000000000000000000e9020d6374669e324964bcc76ad73fe0f033bf332fbb7 2,479 1.00/1.00 vMB 56
658,425 658,425 00000000000000000004bda0f9a6376ca2d50eae57584b37ac4331208e988650 2,592 1.00/1.00 vMB 37
658,424 658,424 0000000000000000000f9762e38e202a300d85cdf804444173c0226ac0db4a2f 2,815 1.00/1.00 vMB 71
658,423 658,423 000000000000000000014788256270fc5db06737c3cfa3b04d258dbdfaacb45c 2,582 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.50 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: 668.46 GB
    • Received: 15.52 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.