Loading Tool

Explorer IconExplorer

Memory Pool

34,184 transactions
24.87 vMB
0.04911566 BTC
Random Selection Loading Transactions
Max Size: 126.52/200 MB

Candidate Block

Mining Attempt df6545eb1e821245bb5498986d6d4ad612b113bba427e3a420c2d2d92c83a46c
Version 20000000
Previous Block 000000000000000000007488849f6ed22b3dcc08e87b6f96417542d5550ee178
Merkle Root c849a7c7d837804ad22e01719fb24b9cd00e288a79900947c3d623bf09e60b30
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,717
Size: 1.00 vMB
Total Fees: 0.00475552 BTC
Feerates: 40.21 > 0.48 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,766 (298,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,881 615,881 00000000000000000010761f5825d3abc61de220ba3eb5eab92200b214084adc 2,574 1.00/1.00 vMB 19
615,880 615,880 000000000000000000090318f6e51e4dbe0f5fd4f84d774f53217c851edbd9f9 2,370 1.00/1.00 vMB 17
615,879 615,879 000000000000000000053dc9b2bbacb16f7be925e8e245d4703990430d8c305a 2,508 1.00/1.00 vMB 19
615,878 615,878 00000000000000000008fcc8b3df69f86ecc068a7df9cc3715068402a73caec3 3,155 1.00/1.00 vMB 13
615,877 615,877 0000000000000000001151fc789aae2501d337e5e141abc41f5e4be41915c4a1 1,765 1.00/1.00 vMB 8
615,876 615,876 00000000000000000000a49758179eb4c07986304ad50c6744d4f2a1bc5f40ad 3,254 1.00/1.00 vMB 9
615,875 615,875 0000000000000000000a88615279b62a38eb9fcbe5816264d2065f60fe33e154 2,535 1.00/1.00 vMB 11
615,874 615,874 000000000000000000077e4176cba0c16f139e8531c95b38d71cbcfb382fec9a 3,056 1.00/1.00 vMB 15
615,873 615,873 00000000000000000007264205776d0667145fe28880801fa3c0f9e9496a5c91 3,023 1.00/1.00 vMB 18
615,872 615,872 00000000000000000006bab580ca564ccc5ed9677d06d30ca9d705c9e0eb89cc 3,572 1.00/1.00 vMB 16
615,871 615,871 00000000000000000005952c3032fee94fd5ae4fd073e2089708e225c054e63c 3,253 1.00/1.00 vMB 14
615,870 615,870 000000000000000000074b6f6aaef4edc31be7abdfbeb62f6da0abc31a3604fd 2,660 1.00/1.00 vMB 12
615,869 615,869 00000000000000000008cc2f9ca981797b60ffeb79b6b95be36a0f1297ff5334 3,532 1.00/1.00 vMB 19
615,868 615,868 0000000000000000000a44ca938f65307cbf562c4fe010faa0c059e7ba555e51 2,500 1.00/1.00 vMB 8
615,867 615,867 00000000000000000001234e2492e311e14e0f316a92830f582484270e53afe7 3,608 1.00/1.00 vMB 10
615,866 615,866 0000000000000000000db9d663c354e42bb5e58f303bf72fbac6917256af01d0 2,811 1.00/1.00 vMB 24
615,865 615,865 000000000000000000002c839d025ca9866f0231bda5795d81507f6d1165b5cf 788 1.00/1.00 vMB 2
615,864 615,864 0000000000000000000816128c2aea1c48cf4e9c0964488e3900feb36741b2d2 2,744 1.00/1.00 vMB 17
615,863 615,863 00000000000000000005b5a4fa45a44db5e352cae68eb9a3cd6938245b8a3a4a 1,742 1.00/1.00 vMB 6
615,862 615,862 00000000000000000005caef3db2861070b9d8e38cac676f8e68f31e741e426e 3,594 1.00/1.00 vMB 17
615,861 615,861 00000000000000000002313cb4e7e9cedf5f6582a5ba4f748bd17c8bccde1874 2,514 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 781.97 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: 647.95 GB
    • Received: 12.98 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.