Loading Tool

Explorer IconExplorer

Memory Pool

40,092 transactions
35.41 vMB
0.12267914 BTC
Random Selection Loading Transactions
Max Size: 174.18/200 MB

Candidate Block

Mining Attempt e785456d12d4621923198b3762f844bdb9b6b1bbd98f86dc68573321c17e69da
Version 20000000
Previous Block 00000000000000000001c251bde2990440280bd96252c13f88e2c0c8723e43d5
Merkle Root 1d140750dfdb565243bd814486d4a14f3dd90b8e375c4825f74a7bf5b6311c72
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,034
Size: 1.00 vMB
Total Fees: 0.04125915 BTC
Feerates: 101.66 > 4.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,313 (785,916 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
128,397 128,397 00000000000024d38b6ad98921cc9c40830680f2f6fb9d9c6f4d4f0e7b549f99 20 0.01/1.00 vMB 515
128,396 128,396 0000000000001d8add1eeb6f28874563252cfabef0deb8fe52fe14728c68114b 213 0.10/1.00 vMB 915
128,395 128,395 000000000000245ca74db81c7037c9174766a4bff276c28bdb3e62b99d9f6f4c 44 0.02/1.00 vMB 555
128,394 128,394 0000000000001a41632d9412d67e9d19ccf410da4395dcc16a540f801468df2f 11 0.00/1.00 vMB 338
128,393 128,393 00000000000011acb5a3d03c0c55a27275310a1ea8adf4d0caacb8b694a86004 27 0.02/1.00 vMB 677
128,392 128,392 00000000000013f36c920a38fe5fd9d86ac5d9495a821e4b08ba55a076f8dd47 172 0.06/1.00 vMB 169
128,391 128,391 00000000000011a3222aba6323740487b082569b0783c8ac8e1c1522d969d67d 23 0.01/1.00 vMB 363
128,390 128,390 00000000000004fb1bccf2d5abb1c5b35548e472f40b8f97a0e64767188605f1 62 0.04/1.00 vMB 610
128,389 128,389 000000000000150a8dc2331acf63d408b91321972deff48ee18d8ac01129ccfd 12 0.01/1.00 vMB 2,915
128,388 128,388 0000000000000df1883e4cd309b4cb31f7ab217eddcc5f2ef53885d3e4a2455a 15 0.01/1.00 vMB 885
128,387 128,387 0000000000001dcd139c493d4205b7d608665f8eecac143be728a69c5bd8739e 36 0.02/1.00 vMB 475
128,386 128,386 0000000000000dccf26920ca29fd97ac4efa086e7a4d94b6d8b768e0be0e3e7c 28 0.01/1.00 vMB 1,083
128,385 128,385 0000000000002621b680dd1e1cabb39f204f24c3dfb6b124bd99f8c160d64877 213 0.09/1.00 vMB 313
128,384 128,384 00000000000020f6edfa93c9147bf03f11cc1b0635a3ba934debcefd26ebab55 50 0.03/1.00 vMB 458
128,383 128,383 00000000000001c5bc42a515ca211ba8f2444344db7178f37aca84be686f1da7 114 0.05/1.00 vMB 1,265
128,382 128,382 000000000000024066d2ddfdb92e034595051b3172a113aebb0a07dbca5f278b 21 0.02/1.00 vMB 373
128,381 128,381 00000000000001aad73cc7f49d9a1f347acf36fa1ad281c6d1ed7d9c2967f165 60 0.03/1.00 vMB 467
128,380 128,380 0000000000002207e00e023f7538ac3d3889692909fdc46356d9679cd70adb61 59 0.02/1.00 vMB 335
128,379 128,379 00000000000016746d62fd08145f156595212a773d903965f8410a6b17c894d7 47 0.03/1.00 vMB 776
128,378 128,378 00000000000000f165c631cc461e56063d670602d8bfd959934faaaa3aa235c6 7 0.00/1.00 vMB 1,025
128,377 128,377 0000000000000c6c0eeb8ceda76ac90b53c44721eb02b15d7b8226ae8f0da628 83 0.03/1.00 vMB 109
Previous 10 blocks ↓
Total Size: 781.15 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 581.66 GB
    • Received: 9.21 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.