Loading Tool

Explorer IconExplorer

Memory Pool

86,575 transactions
31.66 vMB
0.14985122 BTC
Random Selection Loading Transactions
Max Size: 190.96/200 MB

Candidate Block

Mining Attempt da6c1d721e68bf9f8f4417119f264076bec92ab4257698647370b9a1c14ff84a
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root 42358b963f93332c4646cfc424209ffc68e4261f3b921a60a124bde9d74ab1ad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,556
Size: 1.00 vMB
Total Fees: 0.06671481 BTC
Feerates: 214.31 > 6.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (317,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
597,566 597,566 0000000000000000000fa3fd7ba71c986736a7edd3bca25fb748bfc7adfd37fa 2,938 1.00/1.00 vMB 53
597,565 597,565 000000000000000000144f413709d14101dd32305641ab967697f5aff3e7634a 3,078 1.00/1.00 vMB 62
597,564 597,564 0000000000000000000371f664383cd1af6c51855793c640727e9439b32c918f 2,753 1.00/1.00 vMB 32
597,563 597,563 000000000000000000107f6107021f7646908865beb6020f40d159cd0adcadd4 2,780 1.00/1.00 vMB 43
597,562 597,562 00000000000000000003785e41a06df6568bd0b58c807eb01d39279b94e45f36 1,857 1.00/1.00 vMB 32
597,561 597,561 0000000000000000000f1a3cce394dd6db8a88df20e77c0332e9b140ef5902ab 3,079 1.00/1.00 vMB 52
597,560 597,560 0000000000000000001120379cc39232ba694a4f200f2d2893edf69712a93896 2,662 1.00/1.00 vMB 5
597,559 597,559 0000000000000000001311e9a8a79b665f366560d471bbed0f8b8a5c7dca90d0 2,805 1.00/1.00 vMB 21
597,558 597,558 0000000000000000000ead691b6a0c14838ab867d327c588ab848dc9d261e62e 3,377 1.00/1.00 vMB 59
597,557 597,557 0000000000000000000a05f255c33c6e46170968ce88c1f392d9a3a973122b6b 2,556 1.00/1.00 vMB 13
597,556 597,556 00000000000000000003cf7e9ce780d088ec400dae8b6d7b17e7040559e9289b 2,312 1.00/1.00 vMB 60
597,555 597,555 0000000000000000000a0c7e8d774f15fbf9ab56e6492a505b799ffd6bcf3659 2,616 1.00/1.00 vMB 34
597,554 597,554 00000000000000000011c090921910a2c5b192f55ae4d0b3e574c69c937d82bf 1,703 1.00/1.00 vMB 25
597,553 597,553 00000000000000000014b2e456a67ee3e409a2927b1ff27abc38f1718d145c0d 2,359 1.00/1.00 vMB 19
597,552 597,552 0000000000000000000a0244a5ab6fc0ff98d5e38eb7aaff81373e2933d2b51b 1,346 1.00/1.00 vMB 15
597,551 597,551 00000000000000000004053d17d351c37f369ed3e2b55a8d5fc7b2c27a813dcb 2,206 1.00/1.00 vMB 39
597,550 597,550 000000000000000000159b193d1016964b82d65e6618ff041b455b490b25f3c1 2,815 1.00/1.00 vMB 43
597,549 597,549 0000000000000000000b447d54976a042a004a549e518fef6f4e7174aa30c20e 1,303 1.00/1.00 vMB 17
597,548 597,548 00000000000000000002655675a0cfa828ba1bb64ea35f1bb0df2055413c4d54 1,818 1.00/1.00 vMB 40
597,547 597,547 000000000000000000092bba97167536ba7cba49d640463662e2363cc769b2dd 1,043 1.00/1.00 vMB 70
597,546 597,546 00000000000000000014644c2dbbf5b7b5221af7c314dfdef8994b3346b55361 1,676 0.55/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.33 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: 660.73 GB
    • Received: 14.77 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.