Loading Tool

Explorer IconExplorer

Memory Pool

47,087 transactions
27.63 vMB
0.09009112 BTC
Random Selection Loading Transactions
Max Size: 146.09/200 MB

Candidate Block

Mining Attempt 63b32899f4eb4f8743ce23801624ad8e464fe269dc58e6b009c532fdf41a7f6c
Version 20000000
Previous Block 000000000000000000011792beddffa9d4013eafe39d7aebdcfcb6f0839f8dcc
Merkle Root 67f6203272f53fdfc67f976aff56d9fc25da7d276e6a3badb5e6a1ec19ee2e00
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,419
Size: 1.00 vMB
Total Fees: 0.03529901 BTC
Feerates: 159.25 > 3.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,893 (701,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
213,628 213,628 000000000000024f5f27919a8f25509a6e0902252413c0157fb07181892cda53 224 0.10/1.00 vMB 191
213,627 213,627 00000000000001d49df2ff54bdd0c579d3773de9fcbaa7222b4fcceccb0db80b 188 0.08/1.00 vMB 172
213,626 213,626 00000000000000cffa1df9d8691c880c149118bde13b6d65296c25bf430b175e 262 0.22/1.00 vMB 81
213,625 213,625 00000000000003cc6cd86bf361cd79c28b23efa81d4d9fa0f00167cd0a6f4dee 479 0.25/1.00 vMB 150
213,624 213,624 00000000000000e3e43f3b5deec9e878535002d2aae3b54c605b1e7ba00c2b6c 89 0.05/1.00 vMB 125
213,623 213,623 000000000000001f4d62546e5cd80982de11ae0adec691cf171afd951cb512b2 459 0.25/1.00 vMB 170
213,622 213,622 000000000000042a92a82a274b3d2edf8ab487a602006caec2890739cd39cb51 677 0.20/1.00 vMB 352
213,621 213,621 00000000000000214b868787a9a21d38587fb0bc51289fe3c699aa124468450e 26 0.01/1.00 vMB 103
213,620 213,620 000000000000027a1e40b9e667f046fe69e8955dde3603f3a51db12b85f2c3ce 15 0.01/1.00 vMB 197
213,619 213,619 000000000000031a1ecd3bff37ecd84afe884bdc9077777456e56908afe3d207 261 0.17/1.00 vMB 117
213,618 213,618 0000000000000478c14016ed552207b3d50d4c6c9f932b637d91db559275ec9b 558 0.24/1.00 vMB 226
213,617 213,617 0000000000000286bc9a69bcaa0669553aa6b49c3a8f9cf6afc7cdf030b92065 863 0.42/1.00 vMB 168
213,616 213,616 000000000000033962ff1a7413bcdd15a8f5440dbf9ce6ef2ec7e0a3828c08b2 1,552 0.43/1.00 vMB 248
213,615 213,615 000000000000032fc4a297d44e0c0de6f1e9d3fec8fd83c9592519bb6262d77f 42 0.01/1.00 vMB 263
213,614 213,614 00000000000003eb499fb7fed8aacfa736c3ff183d22cd8d475d99a33594d6db 554 0.23/1.00 vMB 263
213,613 213,613 000000000000031f49c9bbeff4faebbfd24a42b534e4289cfdada0ba8ba4f5f1 237 0.12/1.00 vMB 179
213,612 213,612 00000000000003307f703004b3bff0e76f7e31ea1c76c2825b59cd7b6422ed0f 155 0.05/1.00 vMB 120
213,611 213,611 00000000000001ba394b0a035d582667e9b245f26e840cb33ad69589d7aa9161 8 0.00/1.00 vMB 201
213,610 213,610 00000000000003f73240773bea5c1838d1374ae22d59bd6e39859f848b90eb88 224 0.08/1.00 vMB 209
213,609 213,609 00000000000004ae2c02bf094beeeaebca77c278dfe68e5167c0dacb7c64102b 128 0.06/1.00 vMB 127
213,608 213,608 00000000000000b74f19cec6ca4f4f3c58cdd6e12854d4fe95c1a248ebe5538e 240 0.09/1.00 vMB 119
Previous 10 blocks ↓
Total Size: 782.20 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: 654.02 GB
    • Received: 14.08 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.