Loading Tool

Explorer IconExplorer

Memory Pool

74,310 transactions
28.81 vMB
0.08253058 BTC
Random Selection Loading Transactions
Max Size: 170.20/200 MB

Candidate Block

Mining Attempt e317b0ceb25f9e2303f20413d0c6bca1e60fe35820c185e886c3878c28db499b
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 23ce359e79cc2a8f167975a9a88eff88925908c7c7391fec4fc97b0d6def1df5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,324
Size: 1.00 vMB
Total Fees: 0.02350936 BTC
Feerates: 150.36 > 2.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (375,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
539,634 539,634 0000000000000000000f9667a7dd85ba268f250c18e175b1a3ebd7f750e098a4 2,006 0.80/1.00 vMB 19
539,633 539,633 0000000000000000002777b7135d9b266b20d1c698d37808d144d30ddfb7bbf8 1,585 0.60/1.00 vMB 7
539,632 539,632 00000000000000000020b3e7c8622e14a58dc8d936f252091017f76030ba32bf 2,293 1.00/1.00 vMB 25
539,631 539,631 000000000000000000149518c7020008c54834369a33fa6e283f9cca22d4755d 711 0.45/1.00 vMB 20
539,630 539,630 000000000000000000117cf9bd8df21284715c9751592c56b28550b2786d8f91 2,054 1.00/1.00 vMB 21
539,629 539,629 0000000000000000002264ace6d32b42f9c663e97bba74bc9151be931d9fdfaf 2,190 0.99/1.00 vMB 32
539,628 539,628 0000000000000000000b7a85e5935cc61c2ea7564cf10a647d4dad33213398ee 108 0.04/1.00 vMB 28
539,627 539,627 0000000000000000000b0f7657cd4dcee268035c9b726b41dafa42128da32d06 1,103 0.51/1.00 vMB 14
539,626 539,626 0000000000000000001662d3e56c4e54599e9a4fdee96fb47c452b9885820784 1,875 1.00/1.00 vMB 26
539,625 539,625 00000000000000000015748ba29a322ef7f698793ec78d41761e840883347569 1,675 0.86/1.00 vMB 22
539,624 539,624 0000000000000000002409648fa77e60d8908a3a51978ed6bbfb8ee6c6e8e9d2 179 0.07/1.00 vMB 31
539,623 539,623 000000000000000000035e02695e23d7289dc5f9c5ddabed862c950fe466aefc 1,531 0.83/1.00 vMB 8
539,622 539,622 0000000000000000001787f00c7fc872f182bf4a3c3c0f1c044d3aad169b9a83 1,872 1.00/1.00 vMB 3
539,621 539,621 0000000000000000001e078c4413d8023d46a32e7b445f3deb760f464674392e 2,272 1.00/1.00 vMB 21
539,620 539,620 0000000000000000000278fb5d977de14ca05b9b6f360ebce2a9a5628510a6f6 1,984 1.00/1.00 vMB 5
539,619 539,619 0000000000000000001c6f0f66050af966c1467cae5c28f928b95ed18e311713 2,435 1.00/1.00 vMB 36
539,618 539,618 00000000000000000002d603a8c7e23864bd1b096e16240b37a62f7e39fbdc97 2,398 1.00/1.00 vMB 25
539,617 539,617 00000000000000000012bcf6c914a019d7effb2d25f0d51db32c3dd83f417bf1 624 0.30/1.00 vMB 34
539,616 539,616 000000000000000000266777addd89c16d70de02d53d2d2bdd4aa8d1f1e25cae 988 0.44/1.00 vMB 19
539,615 539,615 000000000000000000092a9d2ca81894b5207673ca3fb88b431cb05309b57c10 452 0.16/1.00 vMB 24
539,614 539,614 00000000000000000006776515f09d6ca2cd56bc8694f8c62ebc1037c4cc0729 1,018 0.48/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.48 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.19 GB
    • Received: 15.42 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.