Loading Tool

Explorer IconExplorer

Memory Pool

43,810 transactions
29.41 vMB
0.07198147 BTC
Random Selection Loading Transactions
Max Size: 151.52/200 MB

Candidate Block

Mining Attempt e12b0d68c7c7f3a2bde7e5f6ff5829845d020af71a7212b9c87f1f583419c7c0
Version 20000000
Previous Block 00000000000000000001ca0b1a4f597dd26771b73005a426a646eb201578566d
Merkle Root 108a203acc77c8a44fc0ad01321acbb128ea71118eed50d57626cc85be3ac538
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,017
Size: 1.00 vMB
Total Fees: 0.01436504 BTC
Feerates: 150.98 > 1.44 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,591 (222,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
691,862 691,862 000000000000000000075046434eeff8a39d86778abf338593605e7232436d71 1,297 1.00/1.00 vMB 10
691,861 691,861 0000000000000000000cc0946dea9b599ebd7c65f8efbb8677710375bcb98900 840 1.00/1.00 vMB 11
691,860 691,860 00000000000000000009854076e894e617436163762f9e2ec46f616a2183f372 1,166 1.00/1.00 vMB 7
691,859 691,859 0000000000000000000acce97e98a84616402279cfebd1dc05b7ba2a15df1c3e 2,230 1.00/1.00 vMB 12
691,858 691,858 0000000000000000000ed3eb1261750ddecb760d5914bc724963a65be5048d20 1,991 1.00/1.00 vMB 11
691,857 691,857 000000000000000000034023282354ed3efdd1a3253e77c9b77b9c044dc09b51 2,065 1.00/1.00 vMB 10
691,856 691,856 0000000000000000000898de67622e155d46ea59208d685666a168c8a3c7ac07 1,664 1.00/1.00 vMB 8
691,855 691,855 0000000000000000000a51f8f1e53d17a677086a254a98e66e886f87e77b1e96 1,995 1.00/1.00 vMB 4
691,854 691,854 00000000000000000004aabbf1b6d0591c71ab01aa05a683698c3fd655918fd6 653 1.00/1.00 vMB 4
691,853 691,853 0000000000000000000b0e3d77e026d58ee0d865f2e5a192e1c7c45478b3059e 2,802 1.00/1.00 vMB 6
691,852 691,852 0000000000000000000a2bf4deb0967b883d91d3b7b705bbcc1309c0c52f1697 2,475 1.00/1.00 vMB 35
691,851 691,851 00000000000000000013c8ae2256eb5b054266ef4cead52b1671cb0f5a8f012a 2,803 1.00/1.00 vMB 10
691,850 691,850 0000000000000000000b01fde7fe91f9446ecf241e4c4320dfb550ad2341e93e 2,105 1.00/1.00 vMB 18
691,849 691,849 0000000000000000001042290135f33091c79f7208b2a818b8857377e3b0bbf0 1,630 1.00/1.00 vMB 42
691,848 691,848 0000000000000000000e92f68de6378865f8b770280ebc423d3889daf18745be 151 1.00/1.00 vMB 2
691,847 691,847 00000000000000000001e9d40b8648c9c1a47b5973bd0b11daadf4131f65d582 2,221 1.00/1.00 vMB 9
691,846 691,846 000000000000000000010651798e1452d3f5eb90c2f50da073ed9b3dfbeb284e 2,744 1.00/1.00 vMB 8
691,845 691,845 000000000000000000139230bd15fb1ebe4cfb57abcd54032fd4fbdc609d89c2 2,606 1.00/1.00 vMB 18
691,844 691,844 0000000000000000000fa81cb085f23a31cf7aa64c283a6c0bd2e576a51bd6b8 2,807 1.00/1.00 vMB 14
691,843 691,843 00000000000000000008275882d9ee67d0bdaf4865fdc3c4f8d71f4255a5ef36 2,296 1.00/1.00 vMB 4
691,842 691,842 00000000000000000004dd7571dd57a43f0f06b52e5b92702bb1f9450676b2a7 2,002 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.67 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: 627.86 GB
    • Received: 11.76 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.