Loading Tool

Explorer IconExplorer

Memory Pool

49,157 transactions
30.65 vMB
0.11287330 BTC
Random Selection Loading Transactions
Max Size: 163.46/200 MB

Candidate Block

Mining Attempt 3f2590f1c1659f0a6e7bff4d46129e98facee428e67d519b7e9a04c149acfa00
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 0f752e669a5b2f7ca46a086a0f8f01f31571a41f2b4113d69384238c1b876a3c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,184
Size: 1.00 vMB
Total Fees: 0.04619468 BTC
Feerates: 150.97 > 4.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (724,145 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
190,707 190,707 000000000000052e1fd93b1fe9f042725c3353aca481da794e535ea6ec132b31 64 0.03/1.00 vMB 111
190,706 190,706 0000000000000557f2d0e296563b866ceb5cd86bd9264213e3c03e450c05d72c 30 0.01/1.00 vMB 64
190,705 190,705 000000000000079502f7fa7f5830f04029b718d80edc401d4fc2dbdac23fd88a 30 0.01/1.00 vMB 5
190,704 190,704 00000000000000d158389f553d19826352a1ac35d5e7083325c7d6457c66517a 128 0.10/1.00 vMB 90
190,703 190,703 0000000000000270896ef32e9554eb1778fe38f9d19cac4ef707a1db815ab11c 15 0.01/1.00 vMB 80
190,702 190,702 00000000000007b75a6312e5edd80966beb0bc9e3d6ceffd422d8aca8df10d40 353 0.15/1.00 vMB 113
190,701 190,701 0000000000000160bf4de67b567be3ed287805d451b949a07049a424591999ce 132 0.04/1.00 vMB 110
190,700 190,700 0000000000000552eb2b642e7090a7f91880209938c0451b0135a92893365944 256 0.10/1.00 vMB 164
190,699 190,699 00000000000004826815f408a275af0aae373b3e5b13d35d8b1cd0d2415ddbfa 102 0.03/1.00 vMB 39
190,698 190,698 000000000000031fb623d7c49d6120c8c5b20eb72acd4cd0d6caba32d7f6a61b 512 0.18/1.00 vMB 136
190,697 190,697 0000000000000222ef2238b7162914dc6b34dd68226c8cdf0d02ec95dd1e727e 579 0.25/1.00 vMB 173
190,696 190,696 0000000000000716271900eb4362ada12a830c8d5ff469dc5e2b871baa3ceeca 64 0.04/1.00 vMB 57
190,695 190,695 00000000000004956a93093dd80e1652934ad32d8438d77ce6ae2a9ddcba28e2 248 0.19/1.00 vMB 78
190,694 190,694 00000000000006f21ad28d04bafdfda0b87a56b62856b9ca519d5c301e4cafb2 34 0.01/1.00 vMB 185
190,693 190,693 0000000000000243d1f26a6b68f67b2bdc7471e364b3354478eeaa8183fcc37c 78 0.02/1.00 vMB 235
190,692 190,692 000000000000073f2d363a26d7334348aa1a8307eacf1da9c31199363754140b 451 0.13/1.00 vMB 16
190,691 190,691 000000000000068e338421ba59ebbbefe7bec26af13fa9b71698ea53f7aa1943 1,030 0.41/1.00 vMB 137
190,690 190,690 00000000000001c32141359afe7bcf4e33d4f3f91f45b5d441b6b4ac6a2fcdac 137 0.05/1.00 vMB 59
190,689 190,689 00000000000007a550488f2852ab37e81beccfe0e0fa494a2135d10186e9710c 645 0.24/1.00 vMB 140
190,688 190,688 00000000000007d8793f9a214ac4af605eec5f384d29118dd48fe7579e38728d 186 0.07/1.00 vMB 132
190,687 190,687 00000000000004277e9db0f4b8c333ae0870ef83c40f5889153b2912c2aaaea1 38 0.02/1.00 vMB 102
Previous 10 blocks ↓
Total Size: 782.13 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: 652.40 GB
    • Received: 13.76 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.