Loading Tool

Explorer IconExplorer

Memory Pool

41,843 transactions
26.48 vMB
0.07080863 BTC
Random Selection Loading Transactions
Max Size: 137.86/200 MB

Candidate Block

Mining Attempt 04c4434a555e89822ecb8cdcd810a272f482ea7d1fc27e28ce8688d9ba1c130b
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 1eb01df48c9d8c8390f160a62399c7cf5c539b211bf9f97d011e16254bc179cc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,862
Size: 1.00 vMB
Total Fees: 0.02205058 BTC
Feerates: 99.53 > 2.21 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (302,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
612,812 612,812 0000000000000000000fcde86b3ed2b257830e8fd45e78d356b43353b83687ae 2,428 1.00/1.00 vMB 18
612,811 612,811 0000000000000000000de66513c3d27c3ea5e9db4a4c3d8dbbdde3d6f644d09b 2,551 1.00/1.00 vMB 17
612,810 612,810 0000000000000000000713a0cdd3a9a971fad2c1bf89fb577f0b46037c611dc4 3,128 1.00/1.00 vMB 22
612,809 612,809 00000000000000000012134e66380be944b5c747e4d8da6cc342a7397ac4a042 3,159 1.00/1.00 vMB 24
612,808 612,808 00000000000000000008aa741765ed2c00a3e261fcc41af0c8475bc7fd86897e 3,009 1.00/1.00 vMB 20
612,807 612,807 0000000000000000000968c08e1107035f2fe504d9920b3cb87a1a299426f342 2,299 1.00/1.00 vMB 41
612,806 612,806 0000000000000000000afc29b116ce7102058ab38c124f11a97f700ea0612a64 1,796 1.00/1.00 vMB 12
612,805 612,805 0000000000000000000bd875eaabf229897b8149b016be5253ab682f37cbeab5 2,520 1.00/1.00 vMB 20
612,804 612,804 0000000000000000000e1b928728d29c86a48124ac1db0ab4c2c65798d67806c 2,745 1.00/1.00 vMB 28
612,803 612,803 0000000000000000000b7320e36ca5b4f06d2998c1f52ce2de583aaf6547ee2b 2,556 1.00/1.00 vMB 24
612,802 612,802 0000000000000000000f60cc894e74b343a2a0e403734b7d33c9ef25e6c69473 2,718 1.00/1.00 vMB 18
612,801 612,801 00000000000000000008875729a730afb833597b1a43b461030c0e7d518fe383 2,751 1.00/1.00 vMB 29
612,800 612,800 00000000000000000001ff7ddc2303b346f20c532387ee10d09fa313cba7147d 2,620 1.00/1.00 vMB 23
612,799 612,799 000000000000000000121fbf6d5f10c3049d503d7389fdf4851e47b6929bfc83 2,620 1.00/1.00 vMB 13
612,798 612,798 0000000000000000000dd1d91c9382c9290e41a56f2989f69dc0ea60a5bc769c 2,447 1.00/1.00 vMB 21
612,797 612,797 0000000000000000000c15666da3b854d4b3830e0dec97b79883457fca56cef1 1,089 1.00/1.00 vMB 33
612,796 612,796 0000000000000000000c384c981466f6e68453145eac540b2e9c56dfb06e1072 847 1.00/1.00 vMB 83
612,795 612,795 000000000000000000041e901af696e75aa98b864eac1ef57ca4a862b9dfad9d 2,765 1.00/1.00 vMB 24
612,794 612,794 0000000000000000000f6ee5208891dd8060fdd5e9966fa2f548e0209917312d 2,707 1.00/1.00 vMB 44
612,793 612,793 0000000000000000000fd625092a6068563a641c1c9ffeb945bfbe2ec6f9504b 2,715 1.00/1.00 vMB 14
612,792 612,792 0000000000000000000445f40e210d60bb812d01204312fe42e40d7a599fe448 2,844 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.17 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: 653.46 GB
    • Received: 13.89 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.