Loading Tool

Explorer IconExplorer

Memory Pool

83,847 transactions
30.89 vMB
0.15417389 BTC
Random Selection Loading Transactions
Max Size: 185.83/200 MB

Candidate Block

Mining Attempt 8ad7e0a90df965c4defa88ad4cbb72cf54c41ccf9a4c2f153436311cb0fd6eb0
Version 20000000
Previous Block 00000000000000000000a7742c03767850b5e62f9bd9da718e9d8018851f9110
Merkle Root 40bb8a82f0c5804e3afb4958cfa8e858ef8a9162900531ba4131e6be1a852954
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,411
Size: 1.00 vMB
Total Fees: 0.08680186 BTC
Feerates: 150.77 > 8.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,968 (362,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
552,098 552,098 0000000000000000001f4081ac3020b70f5ce518c9f3d075924d038d48fe3838 2,350 1.00/1.00 vMB 22
552,097 552,097 000000000000000000095fbf4f745c93ee650e0480e01e522e3509a963c7ca76 1,273 1.00/1.00 vMB 2
552,096 552,096 000000000000000000118cf99fcccb79a2dd4120b50f5bab7037d8db50ee24fa 3,031 1.00/1.00 vMB 4
552,095 552,095 0000000000000000001577a9b54d8ebd52bdd8c4a489d0847b1943db7f88f2c2 1,605 1.00/1.00 vMB 23
552,094 552,094 00000000000000000029bb78475d0c46da2530b63a76324ec3d6e38af3479653 2,699 1.00/1.00 vMB 57
552,093 552,093 0000000000000000000cabf466535cd49dca9d56f2d37c3caecf202b8c45c64d 2,083 1.00/1.00 vMB 6
552,092 552,092 000000000000000000054a0e77683be882f146a6e7edd18f2fd44c1d2b915d52 2,178 1.00/1.00 vMB 48
552,091 552,091 000000000000000000193ba378f6efa77b902bed11bc840f61801b598f2e9164 2,840 1.00/1.00 vMB 8
552,090 552,090 00000000000000000001af89ca009dbf583f78abd210f320834f02e79ad51154 2,897 1.00/1.00 vMB 45
552,089 552,089 0000000000000000001f6dedd5fed7c6b218e9248298ea1643b6953879944584 1,987 1.00/1.00 vMB 30
552,088 552,088 0000000000000000002623741d4022dedef8886300fc4f60b0d95d8d130a8076 2,224 1.00/1.00 vMB 24
552,087 552,087 0000000000000000002286e1fdc23112769ccd98e97fdf48e76238d304503fe1 2,085 1.00/1.00 vMB 47
552,086 552,086 0000000000000000000bb6bce4d014a74556e147e0d2f65cab4f500217ff6c73 2,487 1.00/1.00 vMB 52
552,085 552,085 0000000000000000000f1dbdecfeaadd4e4103d050036dcc543a47954f2d5b02 2,328 1.00/1.00 vMB 31
552,084 552,084 0000000000000000001cf6128e6f9e3a1d67d23bebd8b1361ae4d181fae634ec 1,377 1.00/1.00 vMB 34
552,083 552,083 0000000000000000000533a1c0a68130997d7f1ac583467a3bf3b10fd23f38d8 2,622 1.00/1.00 vMB 35
552,082 552,082 00000000000000000025880155534d1c64f245413ffd5a491436480bc573bcd7 2,439 1.00/1.00 vMB 28
552,081 552,081 0000000000000000000ab9373f3ce1c96528c09ffa13fe2005a4d32470b7c98b 2,218 1.00/1.00 vMB 33
552,080 552,080 0000000000000000000c6e7784a0552a4164b62e2378a3bd78e04c1fb6df1af3 1,709 1.00/1.00 vMB 10
552,079 552,079 0000000000000000000fc131c5c3f6fa301271739bf631e5f264fad54a12f83e 1 0.00/1.00 vMB 0
552,078 552,078 00000000000000000024cc670d2dfcd1835f9baf872be882e8a55814e9d50639 2,520 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.33 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: 660.44 GB
    • Received: 14.75 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.