Loading Tool

Explorer IconExplorer

Memory Pool

72,870 transactions
28.09 vMB
0.06821128 BTC
Random Selection Loading Transactions
Max Size: 166.34/200 MB

Candidate Block

Mining Attempt f4a35964b6d4790431f02a22b95e21ec0503045c4fbe28c07a6dfdabcab2a6d3
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root fb1e7279e134152986ad03f516a5f04c9e1ab0307bbcc0c4159b6d1885e43a11
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,700
Size: 1.00 vMB
Total Fees: 0.01196952 BTC
Feerates: 150.86 > 1.20 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (370,113 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
544,918 544,918 0000000000000000000eb1a629be8988a86e4e91d7960da6a4340d4441d8ca55 2,270 1.00/1.00 vMB 10
544,917 544,917 00000000000000000022dec160cb18d3b87bfd0c7cfdffe0a77c0e091363e8b2 2,730 1.00/1.00 vMB 9
544,916 544,916 00000000000000000019cb2c4f2d9380bdc363f75d0f2f59668067674651f21e 1,689 1.00/1.00 vMB 16
544,915 544,915 00000000000000000013c8cf2290a67dca31fd2cebf158d7539f510c30dda1fd 2,726 1.00/1.00 vMB 31
544,914 544,914 00000000000000000010a098950546de97e80c9c3900675d4ba6790fdfdbf491 2,457 1.00/1.00 vMB 31
544,913 544,913 0000000000000000001ac82b3068bf05c55abc67324dc1fb24e6a64bbbf03ebe 2,658 1.00/1.00 vMB 16
544,912 544,912 0000000000000000000923e6f7e98b7d4914fc830fd20596c1341e3054133775 3,072 1.00/1.00 vMB 8
544,911 544,911 000000000000000000220b40763e5ef493595ac8c9a2a9fa2cee704d5883d5a9 2,570 1.00/1.00 vMB 29
544,910 544,910 000000000000000000075fcc097ec34395a7150c029262b3b51ee87782b2d9fe 2,390 1.00/1.00 vMB 6
544,909 544,909 0000000000000000000cac09949e39acf7bd39514e33aa58e92b4236cb72c943 2,468 1.00/1.00 vMB 12
544,908 544,908 0000000000000000000909e8b24280c0e36ab446afb128a99b272f5938c10377 2,063 1.00/1.00 vMB 4
544,907 544,907 00000000000000000021553682ed61f75c93ea2ce51fadccbeed6c114fccaae1 2,667 1.00/1.00 vMB 8
544,906 544,906 0000000000000000001be5616cd944cfc275eed9bc482f1922a73c18461746cb 2,573 1.00/1.00 vMB 23
544,905 544,905 00000000000000000025146aec11b45a5ad26d1f085c00a00e2a75e0d27a3bbd 2,146 1.00/1.00 vMB 16
544,904 544,904 00000000000000000014b9f2617ea2a3af0b1b263e0849aae766e23fbba88cd4 2,405 1.00/1.00 vMB 7
544,903 544,903 00000000000000000017eed50c2e486813b4083ea086c0bf3e4ac6221360364f 2,835 1.00/1.00 vMB 11
544,902 544,902 0000000000000000000402153b492a81529509d35e9c18c83387bb21938d314b 2,537 1.00/1.00 vMB 21
544,901 544,901 0000000000000000001ca4cbcc4acf561caf974b442f394129dfebbf63dcb087 2,781 1.00/1.00 vMB 18
544,900 544,900 00000000000000000007ebc9c49127131f4f334ee1a038b9d92105a0d27f8fe4 2,277 1.00/1.00 vMB 15
544,899 544,899 00000000000000000009130919835efb1b409e799a971b76d04672077f1e13f1 1,144 1.00/1.00 vMB 14
544,898 544,898 00000000000000000005f0a8a8e434c87b4be0bbeafd58e9f122323ad2a5b801 1,827 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.45 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: 666.78 GB
    • Received: 15.22 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.