Loading Tool

Explorer IconExplorer

Memory Pool

76,085 transactions
28.40 vMB
0.06874288 BTC
Random Selection Loading Transactions
Max Size: 172.03/200 MB

Candidate Block

Mining Attempt ada68764d97c3d21cf60a3d2ab5b0456a9d3450283194b664244f54fd2a6aa83
Version 20000000
Previous Block 000000000000000000013692c334da3888f451a334566c03c222fde1e46135de
Merkle Root 65bc9a4b67d82c7485c20ffcefc42ff73dcaa3168697f9a27bf76672bc3b4b68
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,845
Size: 1.00 vMB
Total Fees: 0.00989456 BTC
Feerates: 178.73 > 0.99 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,135 (330,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
584,669 584,669 0000000000000000000387e6f9f90d29c843719868bb89acd56aa2d0a9eb7d54 1,627 1.00/1.00 vMB 47
584,668 584,668 00000000000000000010cf9541aa11fd0b99b619be028e3d65daab43a11549a3 1,835 1.00/1.00 vMB 46
584,667 584,667 00000000000000000012627c1c0a48faa8fb825373d854ecbe2e11909f3409be 2,344 1.00/1.00 vMB 48
584,666 584,666 0000000000000000000e954b44eb3992c0c0255a0b617ca8ee650ceb49be1977 3,094 1.00/1.00 vMB 68
584,665 584,665 0000000000000000000bbf5027b8fb91aa9d1bf5dc31e31002109c89e7c51057 2,988 1.00/1.00 vMB 78
584,664 584,664 00000000000000000016417881e3387274e47eb6e5b084814537eda9cdf6099b 572 1.00/1.00 vMB 46
584,663 584,663 000000000000000000030dccb05e2499b6aa7aa37740bcdb3f478454c2fe87db 1,693 1.00/1.00 vMB 63
584,662 584,662 000000000000000000140c89620ef1161f141cd3d2650bdb3cbbcadff56b7b79 1,594 1.00/1.00 vMB 60
584,661 584,661 0000000000000000000cc292e3235ce608a542fbd0604893cdf5eaa4e03df5a0 1,879 1.00/1.00 vMB 48
584,660 584,660 000000000000000000130ec2b8efccf1eb2ec72f50365be1024b052d35ae1f64 3,198 1.00/1.00 vMB 62
584,659 584,659 0000000000000000001714c51429c5e9aaaa9272d18e6fcbff81eea14d0a7eda 1,941 1.00/1.00 vMB 54
584,658 584,658 000000000000000000031f218a8fa93b85b0a965a98586111d250c0f48b34b97 2,320 1.00/1.00 vMB 68
584,657 584,657 000000000000000000037bb9e7ab321a30bd12be46c75259fcc8324d77ad8a55 2,271 1.00/1.00 vMB 92
584,656 584,656 000000000000000000003e62a0d0a7bf50f2fef74b89bdbea155d6f3733a9aba 3,093 1.00/1.00 vMB 91
584,655 584,655 0000000000000000000d1081f03fc8a21bdd4ebb112424be9606d462c83f6369 2,434 1.00/1.00 vMB 44
584,654 584,654 0000000000000000001802dca527febb9713d134ec0be5734a23e5f6f982ff17 3,220 1.00/1.00 vMB 73
584,653 584,653 00000000000000000003275e53cea0186c6c68cdccbdcf3383b3ccb4cbb18b39 2,857 1.00/1.00 vMB 75
584,652 584,652 000000000000000000071e8cd462aa8c3ea681dc99d6d81a6ad82edf804a0fe4 3,119 1.00/1.00 vMB 55
584,651 584,651 00000000000000000005682b2553ccf7547b9ef6f74077b87455826c26662a82 3,573 1.00/1.00 vMB 95
584,650 584,650 0000000000000000000185b2a407be28859834c7bf87fa92f461b8d924c3ba1e 3,195 1.00/1.00 vMB 80
584,649 584,649 00000000000000000004479c3e7e4a76799e07bf764b40d5b04df1ea0d2210af 2,344 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.63 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: 672.10 GB
    • Received: 16.14 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.