Loading Tool

Explorer IconExplorer

Memory Pool

47,527 transactions
28.56 vMB
0.06606141 BTC
Random Selection Loading Transactions
Max Size: 152.81/200 MB

Candidate Block

Mining Attempt 8927efd6c0fb478fca08f780a5cbaae0471d17e8481b1112d6d5fdfe4bc19d3e
Version 20000000
Previous Block 00000000000000000001756a5e3521a37c963c8268a5fccbe0ee3f5cf5eba3b4
Merkle Root 49b6e4baf93a5d6b6df41bffc9480eaead9864abe70279aacfe6e17d906ae56b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,396
Size: 1.00 vMB
Total Fees: 0.01192718 BTC
Feerates: 100.36 > 1.20 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,839 (203,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
711,008 711,008 0000000000000000000998406e5e09590d36abc7d1b57839bfa93879d5c3dab6 3,028 1.00/1.00 vMB 19
711,007 711,007 00000000000000000001cc0ade16ad521e31987b990722f9ee9ffd64c52e6e1e 3,063 1.00/1.00 vMB 11
711,006 711,006 000000000000000000002cf3daa5804e7ad874a3e772c918876039889ab1db86 2,955 1.00/1.00 vMB 11
711,005 711,005 000000000000000000052ab243505b95c941e768be601cce9f189e98e23e3665 3,339 1.00/1.00 vMB 41
711,004 711,004 0000000000000000000934ec2d64b4d0325fb6f36d1514d3d52a4c78b412304b 3,457 1.00/1.00 vMB 6
711,003 711,003 0000000000000000000a6abb5a5fdb6248185b4be30a42e11b2c6cc2482fbff8 3,200 1.00/1.00 vMB 5
711,002 711,002 0000000000000000000bef0deb43e48a5c361110acfc0231e381bf5da28860df 3,277 1.00/1.00 vMB 19
711,001 711,001 0000000000000000000153d2d761d8f4fdaf989dc043669936564c7e6021833d 2,924 1.00/1.00 vMB 29
711,000 711,000 000000000000000000007e7cee73fd5375267134ac63bed2d61f7af8d89e7d4e 2,932 1.00/1.00 vMB 12
710,999 710,999 0000000000000000000a10823fdc2fbdcd0b743279a37be147e8510d0fb6021b 3,269 1.00/1.00 vMB 12
710,998 710,998 0000000000000000000592e2053d99df2b0786cbd52f392435a1a4b954ca6083 2,752 1.00/1.00 vMB 28
710,997 710,997 000000000000000000088976a1969cf16ff358fff86d64d7b4dfe2f648b9bf5d 1,605 0.82/1.00 vMB 3
710,996 710,996 000000000000000000040c6a1ab44c9f4872331db7e4a8527a1557274dcf8bba 2,538 1.00/1.00 vMB 12
710,995 710,995 00000000000000000001b548385461ddaea6b4a3cde4089e1c231d58331e4641 214 0.13/1.00 vMB 9
710,994 710,994 00000000000000000007093381ff15f63ef569562f1c2c25450771592dd3a629 2,510 0.85/1.00 vMB 10
710,993 710,993 0000000000000000000b99258c8bbecd40a8fdf1e8bcd5a389f399b422f31d18 2,880 1.00/1.00 vMB 11
710,992 710,992 000000000000000000098b93d734b0ccd372f67d43668f8cfc4ee35099ce6f97 1,013 0.37/1.00 vMB 11
710,991 710,991 0000000000000000000241a62189675ff8797a920890508d0a59ab9fe3ed8252 755 0.35/1.00 vMB 3
710,990 710,990 000000000000000000074177a6adb66456e37ab2279221e6bb88ee86932f5979 2,694 1.00/1.00 vMB 11
710,989 710,989 00000000000000000005787f656ea3d9536d34906ba7e60e9e8828a92dc1106d 3,362 1.00/1.00 vMB 8
710,988 710,988 0000000000000000000731ce318e943cbd7986d3932bf271ee2fc2b90ff8fd1d 3,224 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.10 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: 651.75 GB
    • Received: 13.64 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.