Loading Tool

Explorer IconExplorer

Memory Pool

81,739 transactions
30.80 vMB
0.08006068 BTC
Random Selection Loading Transactions
Max Size: 188.84/200 MB

Candidate Block

Mining Attempt 64ee62aa93865c3e0a5fd0df7ee1b515de416eda65ef136db4990b97d4499f18
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root 8266ed86eef885d9e419f564a099d81b3ef5ef8bb4eea1c477c0cae81b5b4c21
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,497
Size: 1.00 vMB
Total Fees: 0.01074227 BTC
Feerates: 100.00 > 1.08 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (230,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
684,909 684,909 0000000000000000000294d6b49602c7be92e63c0e1f23b5cd5669a479745922 2,750 1.00/1.00 vMB 78
684,908 684,908 00000000000000000004ce328ff50498fbefb33c61e4617aeb36360a5dea2fb1 2,543 1.00/1.00 vMB 38
684,907 684,907 0000000000000000000445064f34e560bdc46d54a054a584cd216338a0e9aba9 1,800 1.00/1.00 vMB 54
684,906 684,906 00000000000000000003cf67a905072a9b135641109b702d5d2ba771f6ac7f65 2,412 1.00/1.00 vMB 80
684,905 684,905 00000000000000000003d0cf822c7d12b3b969877377e6aa68e41c81ded7fb2f 1,873 1.00/1.00 vMB 79
684,904 684,904 00000000000000000005cb3a19192179efa6e2078c7d50f707a5168d0d0603ca 2,029 1.00/1.00 vMB 112
684,903 684,903 0000000000000000000b0debc382fa0162ee6e62058c3c9afd4546f0d91fe33d 2,167 1.00/1.00 vMB 98
684,902 684,902 0000000000000000000385a55729fedd5be75fb880ea1fd740e4fa666f949e99 2,955 1.00/1.00 vMB 133
684,901 684,901 00000000000000000005d9b74bc779ded1add07052b5f04eaee79431f3844003 1,132 1.00/1.00 vMB 102
684,900 684,900 00000000000000000005dc9c9ac9d3fd4b314a93df44f9d8d014eb56f549e7bb 1,444 1.00/1.00 vMB 33
684,899 684,899 0000000000000000000326889a4579613ab3dc46f269908fc7d67b5ed3c5981d 1,499 1.00/1.00 vMB 42
684,898 684,898 00000000000000000005e33cf2f56a5a73b62957ce04f208ce075483c69ec2a3 1,350 1.00/1.00 vMB 32
684,897 684,897 00000000000000000004bd9309acfd5d64f78102ab267672480c9f721742260e 2,046 1.00/1.00 vMB 19
684,896 684,896 0000000000000000000a7cd0f397de9a7e46d65e39262614d5e33bc5f38375e6 2,168 1.00/1.00 vMB 42
684,895 684,895 000000000000000000010f7e4903c73d859c608c67f30134482154a0f3e532dd 1,250 1.00/1.00 vMB 74
684,894 684,894 00000000000000000002de976e9792779b92529a3d794f388a6c8bf4969e91ab 1,990 1.00/1.00 vMB 112
684,893 684,893 000000000000000000029fe6b49dceb29818ed792bd46f415ea9b2547293b9f3 1,140 1.00/1.00 vMB 23
684,892 684,892 0000000000000000000597c6d95ff0c71849712267fe53dff6ce0d7cab734e2c 1,347 1.00/1.00 vMB 26
684,891 684,891 000000000000000000095495ef9f14b9e4cb5faaff6e9b5cd75a6576c82334ef 613 1.00/1.00 vMB 15
684,890 684,890 00000000000000000004a7e855e14167c12ec13f943e727506e460231ab0adb8 2,134 1.00/1.00 vMB 58
684,889 684,889 000000000000000000060773f6e5a37710f4f07281f98d102e2ea8fb16e7e22a 2,131 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.77 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: 709.32 GB
    • Received: 16.88 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.