Loading Tool

Explorer IconExplorer

Memory Pool

41,096 transactions
28.97 vMB
0.06283555 BTC
Random Selection Loading Transactions
Max Size: 147.96/200 MB

Candidate Block

Mining Attempt 0eb0d4f88103734ea2116bebfb0d41d3af44cf1f27eb24b0655bbc8a74198bf2
Version 20000000
Previous Block 000000000000000000015447afd85608932787832de92f367632cfffb766ebd8
Merkle Root 627b383df98ede6099414875b4d1c4cd6a6058acadbab2faa28c72e502b57344
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,402
Size: 1.00 vMB
Total Fees: 0.00650893 BTC
Feerates: 150.77 > 0.65 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,534 (379,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
534,902 534,902 000000000000000000215e7b7932e85e6881a4a8235b1da0be8154c8d28e1263 2,292 1.00/1.00 vMB 17
534,901 534,901 0000000000000000000498b14a09e869264eb65f09355f354e6eae2d24ac0d9a 2,520 1.00/1.00 vMB 13
534,900 534,900 000000000000000000236a118bacb086d9c5d921ebedd43d2bb7755e98f1492e 3,148 1.00/1.00 vMB 33
534,899 534,899 00000000000000000026aa5394c094e57c4cfb6d3b2e20290b66116e119f8eaa 2,885 1.00/1.00 vMB 28
534,898 534,898 0000000000000000000c0d932883d78ddfe18f52a1ddf048ed6a637847acf52b 797 0.27/1.00 vMB 14
534,897 534,897 0000000000000000002c9cb66303e96d33c26db79417d8266de39b22dac3b849 677 0.22/1.00 vMB 15
534,896 534,896 00000000000000000007e5432f52456495a8ed4007769f198f258a57aac98ae1 415 0.16/1.00 vMB 15
534,895 534,895 000000000000000000034c9d5a2717c17422328a9093175faf88562fa8b6778a 2,236 0.81/1.00 vMB 21
534,894 534,894 0000000000000000002c9091d128924ec2e86773e9a7698ae9337932d41d4f70 478 0.27/1.00 vMB 10
534,893 534,893 0000000000000000001a4a014b3f58f450822d2d416cdab9f0d5a112e15c9d9f 2,050 1.00/1.00 vMB 18
534,892 534,892 000000000000000000013d2ab4138dcd3a99fc7e5dff49f4a91cb073f6c45d6e 2,981 1.00/1.00 vMB 21
534,891 534,891 0000000000000000001c4edf56a370dc668d2f19e80a426cd790dae1b992c03f 2,300 1.00/1.00 vMB 32
534,890 534,890 0000000000000000000f0cfbf2cbd70bc2673ad78a39de846e1b640d51b58278 1,348 0.60/1.00 vMB 16
534,889 534,889 0000000000000000002c36215d49b4c5b879e1fba7fc85c63e66148696b0a834 310 0.10/1.00 vMB 34
534,888 534,888 0000000000000000001699850c31197632eaa915b080e189d10d1b9ae62e0ee8 1,047 0.50/1.00 vMB 2
534,887 534,887 0000000000000000001f9cb48b65a68fe2f5cf2a778f516ef73f48d47e5c3be7 2,741 1.00/1.00 vMB 21
534,886 534,886 000000000000000000169669777d610996c2e7245b2cbc6cef968e51b3ab2d00 2,741 1.00/1.00 vMB 16
534,885 534,885 00000000000000000025fd718e83f6bcadeaa912b905da1d101a225f1bf2001c 3,079 1.00/1.00 vMB 32
534,884 534,884 0000000000000000001cff070c0e66923f45d5f8a9fed863bccf028f65610870 811 0.31/1.00 vMB 21
534,883 534,883 00000000000000000024e00fca2cca30ed619902083d766fa8ec6dbabeb862d4 1,365 0.59/1.00 vMB 17
534,882 534,882 0000000000000000002845562e79bdb8828a8f39f22fda4f58f48af6e5862294 321 0.14/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.56 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: 622.00 GB
    • Received: 11.29 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.