Loading Tool

Explorer IconExplorer

Memory Pool

43,336 transactions
28.07 vMB
0.06358863 BTC
Random Selection Loading Transactions
Max Size: 148.04/200 MB

Candidate Block

Mining Attempt 39affbf04b7d93d5e86b1ce4687a1b36d09fd0bcd36e6bfec25eaad0d11bd0b6
Version 20000000
Previous Block 000000000000000000013370732e51b6e662072ad4a938e999ad227a5ec0d5ec
Merkle Root a1f4782a364fc91cdca2e4ad304fcfb59a1cc56180e9612f2c4cbe1474fc9bd7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,786
Size: 1.00 vMB
Total Fees: 0.01053529 BTC
Feerates: 100.21 > 1.06 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,837 (203,833 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
710,987 710,987 000000000000000000094d1bb0fed0d194e972bfbe2a682e4339d9e60ce66673 3,243 1.00/1.00 vMB 10
710,986 710,986 00000000000000000004877eb5972b95b45aff6c64928e97edad7c843d5c0b9b 3,152 1.00/1.00 vMB 20
710,985 710,985 000000000000000000080e0afb3c739faeddd85c035ddfbd9bb38ac7f25ba128 2,115 0.90/1.00 vMB 2
710,984 710,984 000000000000000000003571ef879cc141afc2ebc7bb4fc70a2120ee39877fe9 3,149 1.00/1.00 vMB 15
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.68 GB
    • Received: 13.63 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.