Loading Tool

Explorer IconExplorer

Memory Pool

80,299 transactions
30.23 vMB
0.08086855 BTC
Random Selection Loading Transactions
Max Size: 184.78/200 MB

Candidate Block

Mining Attempt 5e5a25f1248d6cc31023be9b72c7bfba45e8b8da8ec74b328a25574fe285e05b
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 60442d39a9de272f471dca0f87d3f22fa0c4072fefac0fe127c5a8f513bc913d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,235
Size: 1.00 vMB
Total Fees: 0.01347180 BTC
Feerates: 150.92 > 1.35 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (624,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
291,012 291,012 0000000000000000f84a5744ec0ef92162fc004940f0103ab152b5e1d8cc59f9 32 0.05/1.00 vMB 7
291,011 291,011 0000000000000000d96b36127b7141d5d97da4e03cb780c85fc48c42fe1459f0 515 0.25/1.00 vMB 36
291,010 291,010 00000000000000007f3591f40fa3e81611989d9937cebb906f3f65cb88d52a0f 557 0.26/1.00 vMB 39
291,009 291,009 0000000000000000f5ec2f7a4e0aa800424db9e560cd4cdcaf8c9aca8eba0dbd 128 0.05/1.00 vMB 45
291,008 291,008 0000000000000000e00090ced1efaeac04225f2bd19121b135f1c82f798d2a55 62 0.03/1.00 vMB 31
291,007 291,007 0000000000000000aa0e5e9c1db24b413f96877e1fa8db34a0aec3efaf546133 202 0.10/1.00 vMB 30
291,006 291,006 00000000000000005be0f92f616fdb082d96ffd9fabc4dd606518b9f8c29a752 16 0.00/1.00 vMB 21
291,005 291,005 00000000000000006d9f72f6f3d755671aa1bb6cd7ca053ec0211c4ac264d769 32 0.01/1.00 vMB 48
291,004 291,004 0000000000000000b63c80169793cd01db4ee10590c46ca62e733dbad751c707 441 0.23/1.00 vMB 34
291,003 291,003 00000000000000003287861388955020ca78d0477a84890eebfe938bae3b5bf7 374 0.20/1.00 vMB 34
291,002 291,002 0000000000000000412603722518d67ca9876379fa99ee2b0a1b6f5dece1f6cc 318 0.20/1.00 vMB 21
291,001 291,001 0000000000000000c19865f61eb99fa0cbc4a6f8e01dff825a7e828bd1daa869 512 0.16/1.00 vMB 68
291,000 291,000 00000000000000010222dcffaebb28d85c1e594c65fc5f5aeabff69ee40295bb 393 0.27/1.00 vMB 31
290,999 290,999 0000000000000000433ad1f393d1c6a2a829f5e8c0698aaf5d1b170a0c8b5c6a 44 0.02/1.00 vMB 27
290,998 290,998 000000000000000014f6758ebe5249588b95281db2dde3e024e6a8c525aa75b0 139 0.07/1.00 vMB 54
290,997 290,997 0000000000000000508011c7ba2b09782bd0107ce5b113276c0f950c11f00147 217 0.09/1.00 vMB 41
290,996 290,996 0000000000000000220aa03d633d16e8ae0044bcc3c4608502a0fea0ff2265aa 75 0.03/1.00 vMB 47
290,995 290,995 0000000000000000cc96c0bbd94e1cd2b2dccf50249503f3cf9f243aafbf29cd 256 0.18/1.00 vMB 24
290,994 290,994 0000000000000000e8466fc6a749f7045a321785dfeae75f1675c00152585e68 32 0.01/1.00 vMB 87
290,993 290,993 0000000000000000b8ac431cbf5047a182e1ece37bd86aa210ef46c999aff6aa 166 0.06/1.00 vMB 44
290,992 290,992 0000000000000000546d75e282a16c4c2a8c1ae6890a22993a58a074d1f725ae 444 0.19/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 783.00 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: 718.55 GB
    • Received: 17.91 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.