Loading Tool

Explorer IconExplorer

Memory Pool

41,835 transactions
26.84 vMB
0.06142739 BTC
Random Selection Loading Transactions
Max Size: 140.64/200 MB

Candidate Block

Mining Attempt 4306ef04b1e72fb767842d13333fe387d10a997690c987ad18260fe57b5a76b7
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root 67b68aa51c07c9b3f86dad289467b747a024a302da0b7ac2dcc4314dd5e1b98f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,157
Size: 1.00 vMB
Total Fees: 0.01169508 BTC
Feerates: 60.14 > 1.17 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (280,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
634,880 634,880 000000000000000000104b4aaa543373f8f93aa17730ba80ddb2c7df3eb38ff1 3,053 1.00/1.00 vMB 66
634,879 634,879 0000000000000000000eefcca3a258ecb37aa3967311be6b3c52097a8fd4b485 2,731 1.00/1.00 vMB 42
634,878 634,878 0000000000000000000e1a896b65714435391e3c60c6414a3bfa4b2b847d4da0 2,273 1.00/1.00 vMB 25
634,877 634,877 000000000000000000047da0a75c75d89243aa9c594f6c7fdf8dc1d6dbbc781b 2,214 1.00/1.00 vMB 18
634,876 634,876 00000000000000000004e7a011fdd87f44f846fa69bdba3e645a5e073021fc8e 2,856 1.00/1.00 vMB 23
634,875 634,875 00000000000000000010a8b11e45c3f0b19cd01565e31edbfa12fa59fcc175a8 2,643 1.00/1.00 vMB 35
634,874 634,874 00000000000000000004e96a65554e5d6b800dc4196bc348ef8546d300fe0b89 1,975 1.00/1.00 vMB 18
634,873 634,873 00000000000000000001ec4fa9acf4a48118a50cd0daada419e84cc68661cb27 2,546 1.00/1.00 vMB 28
634,872 634,872 00000000000000000012b556af952639e38ac4b8daba14880a711564de9662e9 2,674 1.00/1.00 vMB 30
634,871 634,871 0000000000000000000e73f2ef001d25b8bab9b99841c9ed56c8f12d828460f7 2,731 1.00/1.00 vMB 27
634,870 634,870 00000000000000000002a55294b5e2da3c18c873765db87fb4897c3abd6fb921 2,669 1.00/1.00 vMB 24
634,869 634,869 0000000000000000000236e89b8386be9d53ce3c39c75b5bb42a7ba057c30512 2,283 1.00/1.00 vMB 45
634,868 634,868 00000000000000000005f533756635d954fc6c20a89737c875c215c8e5460d6b 1,865 1.00/1.00 vMB 85
634,867 634,867 00000000000000000001131c659ef74bb4605bb22d2c56191f2f5fa6bf9fe35c 3,028 1.00/1.00 vMB 37
634,866 634,866 00000000000000000000c704328e67441cc10cc00e4863c81fef74b3c26f3905 2,230 1.00/1.00 vMB 22
634,865 634,865 00000000000000000004201167123dde8b00b3bddb0e38f032928be223db03e4 1,968 1.00/1.00 vMB 28
634,864 634,864 000000000000000000070e563bab29ea90c5c1f5b1823459bea4437d50998d2d 2,432 1.00/1.00 vMB 10
634,863 634,863 00000000000000000004b14a41515c1e4f7fcb264429291f402b6f6f2dcec0a8 2,229 1.00/1.00 vMB 6
634,862 634,862 000000000000000000037b1b7686942eca96d3ff825dfc85ca63e7dee9e702d5 2,445 1.00/1.00 vMB 12
634,861 634,861 00000000000000000011c3e06c43f1d436f1af3e2e0c7ac2efc64f14f3163f3f 2,079 1.00/1.00 vMB 12
634,860 634,860 00000000000000000010f5ab0a746c41d02fef414fe1086c1119d561be5b3e25 2,189 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.23 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: 655.02 GB
    • Received: 14.23 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.