Loading Tool

Explorer IconExplorer

Memory Pool

41,682 transactions
27.42 vMB
0.13223553 BTC
Random Selection Loading Transactions
Max Size: 141.69/200 MB

Candidate Block

Mining Attempt 4a689d2469d78678c25e5aa66c24a169eadfc24ee2c6eabca3518ed64a967253
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 249be072cca94d116cf48e0c7fb7fce47b5ff84db92a0ea50804946b7d63f57a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,741
Size: 1.00 vMB
Total Fees: 0.05113698 BTC
Feerates: 150.71 > 5.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (69,029 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
845,676 845,676 00000000000000000002ce6cf588938df72a3c95c55e10d87ebb43f5c8b1e4ee 4,544 1.00/1.00 vMB 39
845,675 845,675 000000000000000000008f07cbf5d2f68ed5583d39ba14ae0e9120f14596e5de 5,397 1.00/1.00 vMB 36
845,674 845,674 00000000000000000002f8110f74883f1a48cf662f85438b67bacc053bc5ea42 5,555 1.00/1.00 vMB 39
845,673 845,673 000000000000000000024a7eb071e6475d053c16998744247fb885525b76739f 4,757 1.00/1.00 vMB 37
845,672 845,672 0000000000000000000015e2f26c06a1fef80f23a1bd4e799d430228c5f37b47 6,715 1.00/1.00 vMB 32
845,671 845,671 0000000000000000000286b4b60a9612dc85d8ee9c3fd91589662de77df88e23 5,337 1.00/1.00 vMB 40
845,670 845,670 00000000000000000000c451c02b784253f0fce78326c59ca2a7ac9226257104 5,966 1.00/1.00 vMB 35
845,669 845,669 0000000000000000000326604a11016229990d9ffea7d3e2e8817cf10c02a1b2 6,885 1.00/1.00 vMB 31
845,668 845,668 00000000000000000000518fc27e3a6798c73d59d291e696285b699ec36dbba1 4,802 1.00/1.00 vMB 38
845,667 845,667 00000000000000000001e9e1fa217bbab04feface80b366ac9e1f6c2f2b1bb00 6,491 1.00/1.00 vMB 32
845,666 845,666 000000000000000000005bc48ad4efc2009a0d967d17bd0a28f31062be81d8ee 5,807 1.00/1.00 vMB 33
845,665 845,665 00000000000000000000debe42fa7c9b93ae07b21eeeb17ab5d6028d7bf69d6d 6,273 1.00/1.00 vMB 31
845,664 845,664 000000000000000000033d81c1a38a93cdc38e6d915427e1e0ee26ccbe267363 4,467 1.00/1.00 vMB 35
845,663 845,663 00000000000000000001d0ce2f7312a13750335141e2cf1b18f7ef7575036f3f 4,137 1.00/1.00 vMB 38
845,662 845,662 000000000000000000009c6da31587ab68ecd9e62559311a5263d846a0dcf464 6,049 1.00/1.00 vMB 30
845,661 845,661 000000000000000000001e02edd04530b0765230f96cd0a7469eb904087f10be 5,842 1.00/1.00 vMB 29
845,660 845,660 00000000000000000000a183b00d57084a7a761a6438d23064ced704c009359e 3,810 1.00/1.00 vMB 39
845,659 845,659 00000000000000000000b5b0ceecd3113aee72de3b33c72885f5a57ea5386ec3 5,717 1.00/1.00 vMB 31
845,658 845,658 00000000000000000002cae2bf75af5961e30da1a5ef0e0133847ffa821c3901 6,959 1.00/1.00 vMB 24
845,657 845,657 000000000000000000023aecd1edb0c0e7badb1664271eed5285188ffb3eb774 4,574 1.00/1.00 vMB 34
845,656 845,656 000000000000000000021630605d1a7a17227ad8def7ca86b44e01a0ca21d131 6,591 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 781.87 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: 643.24 GB
    • Received: 12.58 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.