Loading Tool

Explorer IconExplorer

Memory Pool

38,250 transactions
25.38 vMB
0.04841172 BTC
Random Selection Loading Transactions
Max Size: 131.43/200 MB

Candidate Block

Mining Attempt 38c8a06358aa0dfdfbe78aeff9ab839e3e3c8221b4775656f156573018bcae08
Version 20000000
Previous Block 000000000000000000008f5a6c1e1f1fa429f250d4cd2ee1808884ed8a06ea2e
Merkle Root 2d6b66fa58f87f26c2185a14a303218f32ea03591e207f6f5ec7b2c68035aac3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 7,136
Size: 1.00 vMB
Total Fees: 0.00276590 BTC
Feerates: 8.34 > 0.28 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,787 (111,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
803,595 803,595 00000000000000000002e423bfb0d7c1b12063c33cd8530ec60f2bedb45fcc6d 3,185 1.00/1.00 vMB 11
803,594 803,594 0000000000000000000398b1946a6aca7b3144f2a68fda821d8a123716c611c1 3,405 1.00/1.00 vMB 21
803,593 803,593 000000000000000000052b5de9609ec8849dbeae485bfcdc8d5ee370c1c767a1 2,538 1.00/1.00 vMB 16
803,592 803,592 00000000000000000002dcc85b525192c4a855bbeb9c1992cefaba1e4094dcac 4,084 1.00/1.00 vMB 11
803,591 803,591 00000000000000000002d021ee70cd9b656daa91260ea97cf9cfa35d76a9ca99 5,153 1.00/1.00 vMB 14
803,590 803,590 0000000000000000000420704aef2ed322e47d352c32502df59029e3303350bb 4,554 1.00/1.00 vMB 15
803,589 803,589 00000000000000000000f5502bb506c69c5c813557566bc3e6bb38bc62b8e8bb 3,531 1.00/1.00 vMB 18
803,588 803,588 000000000000000000020d6307d71d02d476972f689f14f5be2c178ac3604073 2,575 1.00/1.00 vMB 10
803,587 803,587 00000000000000000000f8e001213b99e3c4d16fc9b54ef69fdff2b4042e0114 3,078 1.00/1.00 vMB 18
803,586 803,586 00000000000000000001ffe49c7d2c6a717a6db10819a6776b8cca55d92a68aa 2,560 1.00/1.00 vMB 8
803,585 803,585 0000000000000000000095c2bbde28ec5376770338025dc55858eb9a9ca85151 3,182 1.00/1.00 vMB 15
803,584 803,584 000000000000000000003d97a46dbbb4cca4b3e23c39c446df75cfe726163bb5 5,007 1.00/1.00 vMB 6
803,583 803,583 000000000000000000014f9a1263bf9b826a9701c8467843ae24b0f2fedc511f 3,769 1.00/1.00 vMB 7
803,582 803,582 00000000000000000000ba0314e33ef6d54d36a88f3ab23faa59b60650d4d415 4,356 1.00/1.00 vMB 7
803,581 803,581 0000000000000000000095cccb887ff31598734e1ae40b03d17fa4aae8727235 4,808 1.00/1.00 vMB 9
803,580 803,580 00000000000000000002a871554407d98fa7f4ea5ce6fe4f94ce80d10e4cce6c 3,649 1.00/1.00 vMB 8
803,579 803,579 000000000000000000003fc37ddcd79c10e0ee3ba72e7c2e9f5b06617e06c01d 5,315 1.00/1.00 vMB 9
803,578 803,578 00000000000000000000747953dba0ded9b15034cc73eaf34cd4bb1d478bc494 4,156 1.00/1.00 vMB 8
803,577 803,577 00000000000000000002844589ee46742eb1e3eafa05c5675f1c38dbc17d6c38 2,979 1.00/1.00 vMB 6
803,576 803,576 00000000000000000004bc96d08732104f16aba6f75a5a01950f58a0b8d06192 6,012 1.00/1.00 vMB 7
803,575 803,575 000000000000000000037c1dfea7ccb48a5a1298c02bde82ca785bfa1a0b9d97 4,630 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.01 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: 649.20 GB
    • Received: 13.13 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.