Loading Tool

Explorer IconExplorer

Memory Pool

42,819 transactions
26.25 vMB
0.05581460 BTC
Random Selection Loading Transactions
Max Size: 137.95/200 MB

Candidate Block

Mining Attempt c30926e4f74d6a8dcb68fd0ae735c6bb3b726cb14ae5ad4fc48ce48cf9450220
Version 20000000
Previous Block 0000000000000000000023f37b3a49d9f828d6949092c7ab46205993b01b2559
Merkle Root 5f29a9ec12a8661881b2bf46da848b2bc908dbb1fe6106e2ad97e0bd6787786a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,530
Size: 1.00 vMB
Total Fees: 0.00784075 BTC
Feerates: 61.00 > 0.79 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,723 (529,579 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
385,129 385,129 00000000000000000d316abdf1ce5043744f6e050d9869d48f23d9fe93a65380 1,648 0.75/1.00 vMB 31
385,128 385,128 000000000000000000c1cc83e032837ad80f8b074366b359fa5a73b64872b4ed 2,840 0.93/1.00 vMB 59
385,127 385,127 0000000000000000062216a0cae47b03fcf83241c7a97379aab08b78fedf4e8a 843 0.36/1.00 vMB 33
385,126 385,126 0000000000000000024635f7b784f5fdbc922c6e0127b447f6aeb9818618b4e4 487 0.22/1.00 vMB 31
385,125 385,125 00000000000000000a8472bba2305fc43e93e2fd8f13abd1e0cdc9640e2c01fb 988 0.53/1.00 vMB 33
385,124 385,124 000000000000000005eb661a7bbd0b3245844fd1e9219a5fc3e87875e890f028 1,374 0.87/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 781.91 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: 645.62 GB
    • Received: 12.75 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.