Loading Tool

Explorer IconExplorer

Memory Pool

87,146 transactions
31.63 vMB
0.21751492 BTC
Random Selection Loading Transactions
Max Size: 192.03/200 MB

Candidate Block

Mining Attempt 064cb9bd6916aace6a1d53582c2c7ed94b250f052e89715ea209d4b7a984c958
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root e93e0d3bb6c071dcefeea6fb52b1b72f6cc97f518dc54e480ae50c2d8cb6a575
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,598
Size: 1.00 vMB
Total Fees: 0.10914374 BTC
Feerates: 502.67 > 10.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (537,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
377,132 377,132 0000000000000000078f360cc84761d0405266e7887d92e4fd3b775e938c7d8d 599 0.40/1.00 vMB 21
377,131 377,131 00000000000000000f4765e5838bca753779b26183642f0d9f9f70f45fb310e3 270 0.18/1.00 vMB 30
377,130 377,130 000000000000000008480a3426f703ff54e327ea4b5499c67cb275b8446373fb 285 0.12/1.00 vMB 36
377,129 377,129 0000000000000000108b273438d4e733dc63e0368d2b8fad76fa0e1d432175cd 1,660 0.93/1.00 vMB 33
377,128 377,128 000000000000000002288f9e93864cff2a48eacfc691eb72b25d5cd555d64a9b 150 0.06/1.00 vMB 28
377,127 377,127 00000000000000000bd7180b0c777c9183bdf933e92bae2fae71b779b0c1e784 720 0.39/1.00 vMB 29
377,126 377,126 000000000000000009f3b7e02d7f29b7514e7b92ae4333a5b119257d7b67e57d 726 0.84/1.00 vMB 15
377,125 377,125 0000000000000000075d0c73986f1548e5e074d5c7e90341fe63487c596dad90 1,488 0.93/1.00 vMB 26
377,124 377,124 0000000000000000005602ff86d14721020fad302bbbf4910acb0fba51dd5e5d 2,948 0.95/1.00 vMB 54
377,123 377,123 00000000000000000e9e10d423dda6338d20e584e94ff02a8c0b4a2e771d4af4 110 0.05/1.00 vMB 32
377,122 377,122 000000000000000005a9bd7f59da07937698637fb4bd3594fcf6e8dae32df5ab 542 0.21/1.00 vMB 35
377,121 377,121 00000000000000000aab677add446264f8a246586e735c451e9d3624f924163c 1,219 0.59/1.00 vMB 35
377,120 377,120 00000000000000000ed7ab771b95ee9cdf3e04be8a471eb9d6a278aa6c5d4a83 208 0.11/1.00 vMB 24
377,119 377,119 00000000000000000218d14914eb5b7fa8a229b4be076d1c9986a58cc55fed2c 940 0.50/1.00 vMB 34
377,118 377,118 0000000000000000106f51b716957c8bc152e6b2c2c7230ae0913fcf3079e79b 801 0.84/1.00 vMB 18
377,117 377,117 00000000000000000d00dce93b7ea63350956341df90488c07873ccdbe75fe6a 363 0.18/1.00 vMB 35
377,116 377,116 0000000000000000014eb0c8dc16324bde87db5ab1a4629ac46bd908df0a8f6a 1,471 1.00/1.00 vMB 19
377,115 377,115 00000000000000000746739a0c197adae026df85a83f751a4475f60eb347d80a 2,336 0.93/1.00 vMB 46
377,114 377,114 00000000000000000980e4b68482d58a0b8cf5c64f8de6ed2b9ca5700e9c9c2d 1,786 0.93/1.00 vMB 36
377,113 377,113 00000000000000000d9e3ee5fbfa51bd0465873ad17e23c451fc0f812094294d 1,728 0.75/1.00 vMB 41
377,112 377,112 000000000000000011f5ff448ae1ff559b0c20f017f8d1e92bb944de84fcfa72 2,154 0.99/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.61 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: 671.95 GB
    • Received: 16.08 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.