Loading Tool

Explorer IconExplorer

Memory Pool

80,888 transactions
29.65 vMB
0.12453136 BTC
Random Selection Loading Transactions
Max Size: 179.79/200 MB

Candidate Block

Mining Attempt 9add3a640023524e64098902d6c896c84cffe8ee383b35f090566467104989ad
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root bbbaccf5da3e232fd15c819866c52fad7dbc6ad14654f41dbee48de52b5d3404
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,837
Size: 1.00 vMB
Total Fees: 0.05898943 BTC
Feerates: 151.07 > 5.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (114,764 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
800,354 800,354 00000000000000000002f54b9fb912ebfa9678c5b07f8f99d9ae468b08a4a289 1,952 1.00/1.00 vMB 10
800,353 800,353 00000000000000000004c1a4857ffecdf22860a745c689c62afddf9160ca730b 3,426 1.00/1.00 vMB 20
800,352 800,352 00000000000000000002d73c4f520e4f1aba034c6f3e0d36aaa175cf744a2551 1,401 1.00/1.00 vMB 9
800,351 800,351 00000000000000000000dc8c2caadf5e8e8635adc7ff4d90dcfba264a3493e6a 3,148 1.00/1.00 vMB 18
800,350 800,350 00000000000000000003b34db1716923e045910c2587f9e6ca70bb7e9e421eec 3,746 1.00/1.00 vMB 7
800,349 800,349 000000000000000000048dcdb99a1ef6c6afefbfe8332eac5f44e8f005737300 3,046 1.00/1.00 vMB 13
800,348 800,348 00000000000000000003a95ce8555132aef4fbe96ddac44d3a12f12315c8ffbb 2,231 1.00/1.00 vMB 16
800,347 800,347 00000000000000000003646da048019861d42470c915e2a2820aaaa500fac474 4,884 1.00/1.00 vMB 8
800,346 800,346 00000000000000000002f779f7fd1e62277a28a6c89bad2c95a9b4f326aa305e 4,229 1.00/1.00 vMB 10
800,345 800,345 0000000000000000000304d4cfceb4274ee00ba6e716fe82e8033cfd2630fc1a 2,894 1.00/1.00 vMB 7
800,344 800,344 00000000000000000002432d4d3e3ade7907d038ecb0814938c289767c59f159 1,552 1.00/1.00 vMB 9
800,343 800,343 00000000000000000001d89d7ba66106b51be4a9d26ecd394c1e1a488146b4bd 2,861 1.00/1.00 vMB 12
800,342 800,342 00000000000000000002129edd75bdbca675f327f2935aec9def456e0a2f9b33 3,653 1.00/1.00 vMB 14
800,341 800,341 0000000000000000000365a1e5714771e9b659a081659c181311818c57a3a1d3 2,916 1.00/1.00 vMB 9
800,340 800,340 00000000000000000002bc1e0d5bc5e35a1368c080322adc06198a749db0ab33 2,759 1.00/1.00 vMB 15
800,339 800,339 0000000000000000000135fa4a737d4d5621c9c115b530bde7e329f178eb16ac 2,653 1.00/1.00 vMB 14
800,338 800,338 00000000000000000000e59ad893e64d160f0c66f589d9407dac468e19a6440b 2,562 1.00/1.00 vMB 11
800,337 800,337 000000000000000000039ce3bf4dab8f8fdcbba8cd9521c3c61ea9fe0cf92f8e 3,593 1.00/1.00 vMB 7
800,336 800,336 000000000000000000020a075a37d856f41a5135b38d89175b2f30fb77728300 2,797 1.00/1.00 vMB 11
800,335 800,335 00000000000000000002759fd6939f6c710811692f3009b157897066a097f8e6 2,425 1.00/1.00 vMB 13
800,334 800,334 00000000000000000003d82abe92382b4e06a9aaef1b29035166709807518d59 2,706 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.59 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: 671.64 GB
    • Received: 15.97 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.