Loading Tool

Explorer IconExplorer

Memory Pool

50,945 transactions
30.44 vMB
0.09588745 BTC
Random Selection Loading Transactions
Max Size: 163.30/200 MB

Candidate Block

Mining Attempt 806dbf5ffbc578838ea3afb8bb78552260f7d94bd6c9ff74b3517573ca326a85
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root b29d9f751b591c92bc5e57a33c29e9ea6403e9aed817d431d2f4cd9709f3e244
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,614
Size: 1.00 vMB
Total Fees: 0.02420383 BTC
Feerates: 202.16 > 2.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (302,009 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
612,791 612,791 00000000000000000000c51b41435410e0bc600c20f4a36c971fff6a7297ad46 1,717 0.65/1.00 vMB 8
612,790 612,790 0000000000000000000031e853b036bf178b8de2541e8f90bf797af77bb794e9 2,714 1.00/1.00 vMB 15
612,789 612,789 000000000000000000044d81da09a445ca426ebffd92976a8756ba780640ba6c 2,766 1.00/1.00 vMB 24
612,788 612,788 0000000000000000000dd0cd47cb2e60b1cea8488222ad4e8133b424d4a6c9e4 2,116 0.78/1.00 vMB 11
612,787 612,787 00000000000000000011ba71e6eddfcff8aa6b79895bc5ead8f33ac217a374c4 2,544 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.06 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 651.16 GB
    • Received: 13.44 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.