Loading Tool

Explorer IconExplorer

Memory Pool

44,023 transactions
27.23 vMB
0.09106196 BTC
Random Selection Loading Transactions
Max Size: 143.73/200 MB

Candidate Block

Mining Attempt af37a42c741fd1934b9a6ee7e3fd79025baff6b749c81095c2ad31307d1dfcf9
Version 20000000
Previous Block 0000000000000000000182fc7e3276e0ca1f0b423f92087ce28c2892578cee65
Merkle Root ef1e8fb8e230f109b25a72f27e9aad7c4324d451d006b179060122ceb9af23b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,177
Size: 1.00 vMB
Total Fees: 0.04019731 BTC
Feerates: 101.65 > 4.03 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,917 (316,004 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
598,913 598,913 0000000000000000000b5a258c316ccc45deb42f10127ac7d03bfcaceff468ab 3,027 1.00/1.00 vMB 20
598,912 598,912 000000000000000000137eb0de15ce6c1d2b18a18b32dd6ebf8cf86bbfddaee9 1 0.00/1.00 vMB 0
598,911 598,911 00000000000000000007ee7ad416b81af6f14a1881c34d8cf0051bc2bce968b2 3,029 1.00/1.00 vMB 11
598,910 598,910 000000000000000000158424f2bb9e22fbae04bb0a00f859aeb807c6aa56d517 2,407 1.00/1.00 vMB 18
598,909 598,909 0000000000000000000353f8f2b19cebe26a05b95bd67e12da1620b19c9a5fe9 2,749 1.00/1.00 vMB 31
598,908 598,908 0000000000000000000c640835916191ac78360cf9be676dd677f4dcfe7c6c6c 2,626 1.00/1.00 vMB 5
598,907 598,907 00000000000000000007c1aae1918b9ddc49df511aa32d0436595f9af6c40fd9 2,808 1.00/1.00 vMB 18
598,906 598,906 00000000000000000000856273ec1bfe884a8041b05e93cbc2a7f4926ef190a8 2,806 1.00/1.00 vMB 32
598,905 598,905 0000000000000000000829d96c32cc247baa14d96fbe31ffbeaff87d3d491d58 2,535 1.00/1.00 vMB 21
598,904 598,904 00000000000000000008d7e7a8d1de4d37efb82c5273fe89b5ae92077729b3ac 2,744 1.00/1.00 vMB 43
598,903 598,903 000000000000000000052727a321067ce379999e77e7475281b01c58a382163a 3,009 1.00/1.00 vMB 38
598,902 598,902 0000000000000000000cd7f7d38198b09717c0070ff5ad7529f669828e59eb1c 3,548 1.00/1.00 vMB 17
598,901 598,901 00000000000000000013d698a5e3e95c64f4e4f4b77312ccc1744b4239361ebc 2,205 0.67/1.00 vMB 21
598,900 598,900 0000000000000000000c234c75292c4880e069b85b781a39e25d1d6e6a586f29 3,185 0.97/1.00 vMB 18
598,899 598,899 0000000000000000000e8114019aec8120587c7ddf6927fcfbe18161dd356c46 2,949 1.00/1.00 vMB 15
598,898 598,898 00000000000000000001c4ec7c8b6f3078c6527fcd4502e047188e2749e1237f 2,367 1.00/1.00 vMB 8
598,897 598,897 0000000000000000000e1c9d6a19d8d31d7de509e4786100685e37bc2485a138 2,586 1.00/1.00 vMB 45
598,896 598,896 0000000000000000001461d5882c3f82315134f52fd460e6fdd58ea192fb33a8 2,202 0.67/1.00 vMB 10
598,895 598,895 0000000000000000000585343aad235d93bdf19e974b9824c9e59ce831b19920 2,436 1.00/1.00 vMB 26
598,894 598,894 000000000000000000076a51e20a53017ce6c6f7fe94e7bbe8651be279804321 2,849 1.00/1.00 vMB 22
598,893 598,893 0000000000000000000eafb158724a64de96fbdcb5ac964adab63cb43bfa1087 2,484 0.92/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.24 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: 655.15 GB
    • Received: 14.27 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.