Loading Tool

Explorer IconExplorer

Memory Pool

44,597 transactions
26.60 vMB
0.05773847 BTC
Random Selection Loading Transactions
Max Size: 140.43/200 MB

Candidate Block

Mining Attempt a7bbd3439c3729430ed475f35de0637c9249c85ebe9eea509f4deff3b6a79fa7
Version 20000000
Previous Block 000000000000000000016f009a89c6d3e1d139367d7f3d8899daecc1416ee56a
Merkle Root 234bf6dd6737ceb77c71800d2e37dd6c889ea233046b8b8b8728d5545d8e0c7a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,176
Size: 1.00 vMB
Total Fees: 0.00881906 BTC
Feerates: 54.71 > 0.88 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,754 (529,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
385,150 385,150 00000000000000000b22f3e874d2a567e4c8faeb2b85296f71020d3dcc342c4a 415 0.43/1.00 vMB 13
385,149 385,149 00000000000000000cbddcac9806f9e07e5c2481155b49db997665f56cf84710 429 0.18/1.00 vMB 40
385,148 385,148 00000000000000000a10f108d494068e389c3a0e148171a09e867ce3adbecd9f 1,121 0.93/1.00 vMB 22
385,147 385,147 000000000000000008efabfec408230020f3efdca42473a2f3f83de24677442e 2,172 0.95/1.00 vMB 33
385,146 385,146 00000000000000000e3a498cfa862a1327ace9bec4b1aef5cfadaabc5d843e04 30 0.05/1.00 vMB 16
385,145 385,145 000000000000000006d52d412947629570e6bf1e304ad3f7ae541996cdf24083 2,962 0.95/1.00 vMB 49
385,144 385,144 000000000000000006f82a2654b9b96f6ccc892b42773928f0dd2cf1274554e8 175 0.19/1.00 vMB 15
385,143 385,143 000000000000000004d49c00571d1ecafdfe182b61066f8259037859e2a49a4e 1,749 0.93/1.00 vMB 37
385,142 385,142 000000000000000002b0292177629022750caf9f5aaf4fc90d71dbe47d41d7ae 1,499 0.77/1.00 vMB 31
385,141 385,141 000000000000000007b663b3c353fea01a18b5a10bbd6bd4033b6ecf2bf3f961 507 0.25/1.00 vMB 27
385,140 385,140 0000000000000000096949a740e1d1e129710d21b24792956a42a52aa485c41d 1,352 0.74/1.00 vMB 29
385,139 385,139 00000000000000000b601609f5975f7afea5bc50d56000331fa7205b17cd9715 288 0.23/1.00 vMB 25
385,138 385,138 0000000000000000089b14fefe91bb0ab3c3cd1dbc9a2be0d9d6bd69478d0525 450 0.23/1.00 vMB 24
385,137 385,137 0000000000000000039689758bc136108b3febc4d9caae004b6fbf84652d9000 612 0.99/1.00 vMB 7
385,136 385,136 0000000000000000049007bfdf1b965857a73ac2ebff0bb9b6714b40e6f8e7cc 1,828 1.00/1.00 vMB 32
385,135 385,135 00000000000000000eecd30123069c1ed9b578e16ac5ca8bcbbb57556a942883 1,577 0.99/1.00 vMB 28
385,134 385,134 000000000000000007fe1a2863c3c4bc7637f6e3a272fcc4564c2bc1507bb7a4 1 0.00/1.00 vMB 0
385,133 385,133 000000000000000007a70d6b3b956e333ed51ea2edf04bba8f8091e6fcdf300b 2,273 0.99/1.00 vMB 37
385,132 385,132 00000000000000000dd4ffdba376910b13113cd5b1530a2b5cd173b2e7550976 1,767 0.75/1.00 vMB 32
385,131 385,131 0000000000000000019ac8075271610e96efa3d4401a5a9d51a2485d10179571 2,991 0.93/1.00 vMB 51
385,130 385,130 00000000000000000d978de6d518682608fd605804b702f3ca3db7ad576486cd 1,532 0.93/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 781.95 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: 647.17 GB
    • Received: 12.91 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.