Loading Tool

Explorer IconExplorer

Memory Pool

44,362 transactions
27.01 vMB
0.06052660 BTC
Random Selection Loading Transactions
Max Size: 141.91/200 MB

Candidate Block

Mining Attempt ede913675dafebd51f2de7516b8aebdb5a8d6f08326aafcc9fef2fde14bddf72
Version 20000000
Previous Block 00000000000000000000b4188af0ccd9466ef1de1996e2359e537cb492551e73
Merkle Root e9281bad8915f82df8249cb99ea4168a57c27f75f1bc45ed9ec03c437fe6b485
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,078
Size: 1.00 vMB
Total Fees: 0.01009414 BTC
Feerates: 100.00 > 1.01 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,890 (361,099 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
553,791 553,791 0000000000000000001b1651b192d66afabf2f5159eca3683f5e0765e1e4c389 1,811 1.00/1.00 vMB 31
553,790 553,790 00000000000000000010b2d6efd64b338cebd8c5923db3985e24f6c4b5d92251 883 1.00/1.00 vMB 50
553,789 553,789 0000000000000000002b7210dbd812ad53824ef3e2f88c3a71aa042f4655b00d 751 1.00/1.00 vMB 71
553,788 553,788 0000000000000000000254dd2929affa1997d084e5d4dfb66cd9ef9c49c7a286 2,485 1.00/1.00 vMB 14
553,787 553,787 00000000000000000021a74bd7bf67f39b78b570000632814f8a5e2bb766ec11 1,834 1.00/1.00 vMB 14
553,786 553,786 0000000000000000000e15792aeb0ced4640a424acd96746b184302c1c8f8278 3,086 1.00/1.00 vMB 64
553,785 553,785 000000000000000000253ff0af51f9e0c72b8abd0d1526b52cb7a224fbe41b5a 3,294 1.00/1.00 vMB 63
553,784 553,784 000000000000000000300010df85c37155db6b3e4c3e00b12a71f3db9bfc4e8f 3,052 1.00/1.00 vMB 133
553,783 553,783 0000000000000000002106ebdd69bc7f125f7571d96c1ea88e4a9e5083e72531 2,998 1.00/1.00 vMB 47
553,782 553,782 00000000000000000020ae6cd39ac5fb8c2cbf4ceb2d9ab6bd8b900e48f2a892 1,491 1.00/1.00 vMB 12
553,781 553,781 0000000000000000002ed323f9dea17e9dfe7a8c728325e26a048607e19eb8c5 2,637 1.00/1.00 vMB 15
553,780 553,780 0000000000000000000957418bcc4eb8acbfbb81b45f8b0cdae7951b5bcdb5df 2,088 0.91/1.00 vMB 12
553,779 553,779 0000000000000000001d4dd9bbea4d8ae35370424c669d6bfee042f8b160a3ab 493 0.27/1.00 vMB 12
553,778 553,778 0000000000000000001cec28cbb88496b6c216045b48350fff4a67cc1a48a078 1,368 0.85/1.00 vMB 4
553,777 553,777 00000000000000000023beefa92cf1111e358710c9a9a46e66e31daee18fbf72 2,430 1.00/1.00 vMB 25
553,776 553,776 00000000000000000019bd398b094919d034480880e43ccb1bbc97824f8e7abb 152 0.07/1.00 vMB 8
553,775 553,775 0000000000000000002da55c4122e2e216aecc97e58ecab2c81c97b1d5bf1eaf 1,759 0.78/1.00 vMB 12
553,774 553,774 000000000000000000251711e37194b904e83056d3fb73643b1030d7f40d0f93 1,870 0.85/1.00 vMB 14
553,773 553,773 0000000000000000000aa5a58a54f11100c2bc81f78341c8f4c6d217d0c9d4e9 162 0.13/1.00 vMB 28
553,772 553,772 000000000000000000117c80315f1b91a68d77dc67c560b0da455b0119865db4 1,803 1.00/1.00 vMB 18
553,771 553,771 0000000000000000001f5786071ffd7cd1e78179cecc2ab0547c7efb92236ae5 730 0.58/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.19 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: 653.77 GB
    • Received: 14.05 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.