Loading Tool

Explorer IconExplorer

Memory Pool

76,280 transactions
28.85 vMB
0.07292225 BTC
Random Selection Loading Transactions
Max Size: 176.33/200 MB

Candidate Block

Mining Attempt 99e59a4dd2cc84de0c182377574f2208a30d8824d6c977d2869c12c956a778f0
Version 20000000
Previous Block 000000000000000000009df2a42daf883294bc70d5e3dcb4236d35117bf4386b
Merkle Root cf62a7c035634b004064cc34e858cfc0f18910ac35a5f6955b8cc13548b88282
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,234
Size: 1.00 vMB
Total Fees: 0.00999305 BTC
Feerates: 77.76 > 1.00 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,246 (198,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
716,746 716,746 00000000000000000006165b9ba92e6ab089108ce613d262c1a8f2b4e9c25ed2 126 0.03/1.00 vMB 10
716,745 716,745 0000000000000000000673dd7ef40e066cbbbd03bd737f89cf34a34dfad15b21 287 0.09/1.00 vMB 10
716,744 716,744 00000000000000000004694116a1df24d3297a51f5bca48927f301b5e5f821eb 1,589 0.52/1.00 vMB 9
716,743 716,743 00000000000000000007f93ed320da9021db9d06b8d526b66e6acf9bc799a108 1,796 0.61/1.00 vMB 10
716,742 716,742 0000000000000000000b38a0b08e50cf6ead3a3795358ae01a77df30d6229363 94 0.04/1.00 vMB 8
716,741 716,741 00000000000000000003d05de9d3d807bf2434f88a8102a3e7283b9be2d523e9 1,999 0.73/1.00 vMB 10
716,740 716,740 00000000000000000003912b531d1fdb44fd38d6a96eb4fc59bf5bec0ffe3deb 1,861 0.60/1.00 vMB 12
716,739 716,739 00000000000000000005e6361f53199eddbcd06af489a49e52b0162e3048bbb2 2,045 0.66/1.00 vMB 12
716,738 716,738 0000000000000000000626d05278bd189e03f12464484add9467449bc150a938 523 0.18/1.00 vMB 10
716,737 716,737 0000000000000000000ad8b3c73dc053144e85a13faf1990e96f51ef1bbe2829 517 0.17/1.00 vMB 11
716,736 716,736 000000000000000000074c6653efd0af8a206c79d71e46d29068dbb0f8a765c7 9 0.00/1.00 vMB 26
716,735 716,735 0000000000000000000ae360171b4ccfbfac913a947df1371ec88d2905b01c5b 1,892 0.74/1.00 vMB 11
716,734 716,734 000000000000000000031b87432db749e2df5281e81a732d83cb6fcc8c04dde3 1,795 0.95/1.00 vMB 7
716,733 716,733 000000000000000000028b0f42c549f69ffab30acf8502e81b63d7c4a87392e5 1,267 1.00/1.00 vMB 14
716,732 716,732 000000000000000000056c3f0e3dfa848b43c76ec1e779155f8bcbdbc5c1474a 80 0.03/1.00 vMB 14
716,731 716,731 0000000000000000000190ee210d1975f5b4c14e003d059f7c59b3736719cfe1 135 0.08/1.00 vMB 9
716,730 716,730 00000000000000000001d77dcbd2fe8f77a8fd0107c3b136c8677fc4686773cc 1,280 0.46/1.00 vMB 11
716,729 716,729 0000000000000000000573c208ae244a058601f8cee2043dcb75d90bedb9db3c 2,443 0.87/1.00 vMB 10
716,728 716,728 0000000000000000000203d09dbb3b874366461f45fce0a5b583596f889654f6 1,111 0.46/1.00 vMB 5
716,727 716,727 00000000000000000000da18df68cf1c46efee18dc8b4c0f9d8b64e3b42ccc43 2,455 1.00/1.00 vMB 4
716,726 716,726 00000000000000000002ba6d5f9ac74f0ca0198f3da7565eeca667dce2f4720e 2,744 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.82 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: 710.75 GB
    • Received: 17.08 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.