Loading Tool

Explorer IconExplorer

Memory Pool

53,903 transactions
31.16 vMB
0.16654814 BTC
Random Selection Loading Transactions
Max Size: 167.66/200 MB

Candidate Block

Mining Attempt adec43e019b7f11334e8d0e0504e8dfe278a645fb8fca082ff0850cb2bc2021d
Version 20000000
Previous Block 00000000000000000001ee4aa122a84c1edba54383a46e61a1360f7651db78b5
Merkle Root ee28c6e8ab1a0b99ad791102f09ba2d46bbcc2f22815b59f64b8c6caf0fff242
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,702
Size: 1.00 vMB
Total Fees: 0.08016286 BTC
Feerates: 296.74 > 8.03 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,815 (679,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
235,603 235,603 0000000000000104ffef770a0e8c356124fe2e3c492076474adf5dd65be08f3c 273 0.15/1.00 vMB 117
235,602 235,602 000000000000016e164c42a40e307d5664a99ba6ca81a1db901260293e71b29b 705 0.41/1.00 vMB 155
235,601 235,601 0000000000000114443c3a889c0bb5195ccf498cf6e35413ea98250569832eb0 690 0.41/1.00 vMB 181
235,600 235,600 00000000000000d9228d3cee04aeed7d3704522b2fbe6606c340b9ed4a02ced0 279 0.12/1.00 vMB 179
235,599 235,599 000000000000004ab30dba591f44b26f9b8252f1ca8d25e583e464f0983a592f 237 0.12/1.00 vMB 172
235,598 235,598 00000000000000a820a7049f21e13e23287d5ec71239802d4984ec0f5f135d36 967 0.41/1.00 vMB 193
235,597 235,597 0000000000000052941a00418cd40eacf65ed2fadf8342a724cdfb0188f54c92 161 0.07/1.00 vMB 201
235,596 235,596 00000000000001871a3f0e4cd6bf6ef8f09628c50abf134944c201997f8066cd 248 0.13/1.00 vMB 165
235,595 235,595 00000000000000e7b7674ce7fafc95f7b478b63b490e00909d85b4722f681646 425 0.18/1.00 vMB 188
235,594 235,594 00000000000000278d15329d4b7c653ae8d5bddb9a858c4a5c25f4c0047e6963 106 0.15/1.00 vMB 20
235,593 235,593 000000000000004186959e17499fe196a149f40d98d36d00970c4d52d38866ab 785 0.25/1.00 vMB 126
235,592 235,592 00000000000000392b57eda1b1b7be465734ae44b24f64c7d5836e3460a354d7 830 0.44/1.00 vMB 188
235,591 235,591 000000000000001625b3dae231de3ef1bca84dad54b3b183d60f4c67a4641cda 39 0.02/1.00 vMB 166
235,590 235,590 00000000000000ae72fef23c91bac347b80e0d7aa5b04c94336ec660b5e2d422 359 0.15/1.00 vMB 208
235,589 235,589 0000000000000035704486af980d4c40f43b0f97cee1d35722a22e006d5c1a27 476 0.25/1.00 vMB 154
235,588 235,588 0000000000000078a3eb0500e0ff6401a73682dd81a4c4542b65641778827ae2 666 0.32/1.00 vMB 190
235,587 235,587 0000000000000193d0a30b37ff81455c0433f7b34a3c5e38d398e7b4921bf096 350 0.15/1.00 vMB 196
235,586 235,586 00000000000000f2416de83bc0ebd130758cf0d0c5725b1b3acd57608df14450 13 0.00/1.00 vMB 135
235,585 235,585 0000000000000056cdf1a1eeb341ad2c693ffac4ad3b22accb984c15bfb2a04e 459 0.22/1.00 vMB 185
235,584 235,584 00000000000000e0242610279c1356340d86f2a90eecb4ca8b982b2da16925fd 351 0.18/1.00 vMB 156
235,583 235,583 00000000000000b97bdbc731281dcd96adfd20f953976d9170e0bd722e6dfe52 258 0.20/1.00 vMB 110
Previous 10 blocks ↓
Total Size: 782.06 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: 651.15 GB
    • Received: 13.44 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.