Loading Tool

Explorer IconExplorer

Memory Pool

76,470 transactions
28.35 vMB
0.09464682 BTC
Random Selection Loading Transactions
Max Size: 171.78/200 MB

Candidate Block

Mining Attempt e504196292cc003157b8f640719ddd868b80480f155b8111689f41d28a3bf9e7
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 5948f8f8214c5173942363623b1a4c101dcf40dff00a94a9be9fb166cd46ed25
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,499
Size: 1.00 vMB
Total Fees: 0.03185486 BTC
Feerates: 150.80 > 3.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (478,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
437,253 437,253 00000000000000000370c01ed38661c613349d983c3a934366eba9c065bdcc32 2,504 1.00/1.00 vMB 63
437,252 437,252 000000000000000000a3f35ae583c360799c7a8e14f2afdf460e7eefd0158b9a 2,857 1.00/1.00 vMB 103
437,251 437,251 00000000000000000378530297641a4cdaa76a61b2ff1c522c990ad0805d9469 831 1.00/1.00 vMB 15
437,250 437,250 0000000000000000036777752628d687a010d5b531998b613cec1f8871ef2705 1,208 1.00/1.00 vMB 30
437,249 437,249 0000000000000000002bee7a6c2c2b395522838cfceb7bb7fcc48e9fbb4760c2 2,067 1.00/1.00 vMB 64
437,248 437,248 000000000000000002861a1535099cea4f15c7415a050300f0b6b3edf4a28ea8 2,364 1.00/1.00 vMB 68
437,247 437,247 0000000000000000001b7251ad145ad8636e1201df7004cfac6c6f4217b68851 1,513 1.00/1.00 vMB 39
437,246 437,246 000000000000000002ff700f94e1151178283498bdc414c5404645922072bdf4 2,506 1.00/1.00 vMB 79
437,245 437,245 0000000000000000007097ad0b431b299c2f5d91bf49e4e3c4681a41cba4c1a9 2,269 1.00/1.00 vMB 53
437,244 437,244 0000000000000000033fb7237ed195395d259f079b4b27d517ab0113e7f048c6 2,993 1.00/1.00 vMB 70
437,243 437,243 0000000000000000026f661542e9d305d67795f01acc9b0ef1a3cdd6ce14f431 1,950 0.75/1.00 vMB 73
437,242 437,242 000000000000000001828e9460d39e8bb4e4125a223647d803c819543df20c41 1,797 1.00/1.00 vMB 63
437,241 437,241 000000000000000001a852f2912b42563d2a3fd4b0af18faa039e2f672a82948 3,196 1.00/1.00 vMB 112
437,240 437,240 000000000000000000640bdcd16d25f44725bd22b9f59978a3adfb654c93843d 2,201 1.00/1.00 vMB 64
437,239 437,239 0000000000000000017a42e930b163ba88c5c090b3c12f3b4e651b888c92cd78 1,676 1.00/1.00 vMB 44
437,238 437,238 00000000000000000256970249a9eb08230a686b5b3c1a5c80a6f4015ae8639c 1,852 1.00/1.00 vMB 53
437,237 437,237 00000000000000000104af40b4cbe0901ee709891638a31c4b79e5c15dd6c390 1,922 0.75/1.00 vMB 63
437,236 437,236 0000000000000000007512ee63a8873f7a46300275a30932116068697ac8b5c9 219 0.07/1.00 vMB 191
437,235 437,235 000000000000000000ea3b0cf4e5249fa1480809d8a2d73ee69a9c9dd2889d1c 1,569 0.75/1.00 vMB 55
437,234 437,234 000000000000000003d35568e7ea1f053fba1795abf5f8a6eebc2742a55d60b0 2,622 1.00/1.00 vMB 58
437,233 437,233 000000000000000001b193b07fb9648e51341aa788683c06ea6d436785cc1b25 1,820 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.85 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: 712.62 GB
    • Received: 17.20 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.