Loading Tool

Explorer IconExplorer

Memory Pool

86,054 transactions
32.32 vMB
0.10761400 BTC
Random Selection Loading Transactions
Max Size: 194.40/200 MB

Candidate Block

Mining Attempt d0a9937ea1ee6a8e9c4a68c678c35479ea3b1a8abd83838c64715a914b936533
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 0bb12be3516620a51c9e41b7d5f703aef06c29310fd4d865ec54f5b304ff6618
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,377
Size: 1.00 vMB
Total Fees: 0.03447627 BTC
Feerates: 218.18 > 3.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (809,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
105,792 105,792 000000000000c4d403f2d3ebda196b96d269daf1b2570aea46814a368a1fbac3 1 0.00/1.00 vMB 0
105,791 105,791 0000000000011563ac6a612f743e39346468dd2582531afc7545b4b91a46b418 2 0.00/1.00 vMB 0
105,790 105,790 000000000000a75432789df0bd9c4b74d208c2ee2c20581f658fd56e28778744 1 0.00/1.00 vMB 0
105,789 105,789 000000000002e109dda85d0aa1a8418337f287b06aed5cd075c59e5e901a6472 1 0.00/1.00 vMB 0
105,788 105,788 00000000000124ce6f9f9eb912b1fdf77ef4a54e50da20b7778f31a3e99ec943 2 0.00/1.00 vMB 0
105,787 105,787 000000000001b75bf83fb1a3d71fedaea8da5cb743f27bf141a96a308d40bd1c 2 0.00/1.00 vMB 0
105,786 105,786 000000000000bfe4ad0ce4966c9a435fc0de657dd74d6fdc2dd4a3ef08e5fcf3 3 0.00/1.00 vMB 0
105,785 105,785 000000000000e0b1d25ce6d04be45be9c7898c78ab30f2b256837aabc4de7540 2 0.00/1.00 vMB 0
105,784 105,784 00000000000077a57ab3e87398400738476b80d59e43ec22e56e6b35721adf95 4 0.00/1.00 vMB 0
105,783 105,783 0000000000022c96d00f74ddcf2a19ee765607fde7b84e3d71b1911b19795a55 1 0.00/1.00 vMB 0
105,782 105,782 000000000000740bb79d19e605cb7366fc7ddb15a492d88aa36ac98b1ac7bc4a 2 0.00/1.00 vMB 0
105,781 105,781 00000000000091aae176e27514b59d4a37030276e969b11a5f3669cbc76042e7 2 0.00/1.00 vMB 0
105,780 105,780 0000000000014fb5b8f1d08ff3ba68d4e3fdf7dc94f5f20d5817e16dbb8a8aab 35 0.01/1.00 vMB 0
105,779 105,779 0000000000020dff44c7586fcc3c98d8ad5bf19dc8dc8792f74f3b53b85cae26 2 0.00/1.00 vMB 0
105,778 105,778 000000000001e7d7625af2318472c76797117cfc999303b52cd26290a506e60b 2 0.00/1.00 vMB 0
105,777 105,777 00000000000143e4a99d546cb0bc87513da5bc8a922699ca6e56a419837243d3 5 0.00/1.00 vMB 0
105,776 105,776 0000000000026e961594986c95b6259b3feb10dd7065af24b7789cb3d645d101 20 0.00/1.00 vMB 0
105,775 105,775 0000000000013c8a4afaa6150185f113e05c342caa1443a58fc6c8d5094c4761 2 0.00/1.00 vMB 0
105,774 105,774 0000000000023304daa776009563bbaef48dd751142eda8a05d33a323207dfb6 1 0.00/1.00 vMB 0
105,773 105,773 000000000002b6548f95fd79ae09f120a3e593463156d3ba7f90376ca1a7d8a7 1 0.00/1.00 vMB 0
105,772 105,772 000000000000b7b2cdb85587fe3caf5fa148fe20390655a431fcdaccccecfe46 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.52 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: 668.87 GB
    • Received: 15.61 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.