Loading Tool

Explorer IconExplorer

Memory Pool

85,364 transactions
33.06 vMB
0.16039991 BTC
Random Selection Loading Transactions
Max Size: 196.90/200 MB

Candidate Block

Mining Attempt 4a120e9402ba72f273f4aa35ac073a67524aacfde222409104297fe01a763c0b
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root d229daf98b08a10ae3906041edd6024cfa9e002fa02c8a57e6d277ace76f2f24
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,539
Size: 1.00 vMB
Total Fees: 0.04956912 BTC
Feerates: 318.30 > 4.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (465,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
449,373 449,373 0000000000000000029ab92fba48529e7607eaf5407901482a6a6cca64f32395 2,760 1.00/1.00 vMB 93
449,372 449,372 000000000000000003223b49628027bd73f86d27c9064998e98a877cedc840b4 2,133 0.91/1.00 vMB 76
449,371 449,371 000000000000000001cf4a2dd5622481b77bbce9eaf4fa5458e5dc27e8256fd4 1,457 0.62/1.00 vMB 79
449,370 449,370 000000000000000000fa3f39e42d575ecef5215f2e5e7a43fc60ff7d245dc4c8 1,522 0.64/1.00 vMB 73
449,369 449,369 000000000000000001cf9d6afb214bb945295d200e3ae2a9752b440ed1259ff3 677 0.49/1.00 vMB 38
449,368 449,368 000000000000000001a0fbcd74a76ce9ff26a1dede006004cbe6d377ebc44050 2,439 1.00/1.00 vMB 69
449,367 449,367 000000000000000001352da8fd87eb92e8762105a7ab43bdd005001a14fd130a 2,914 1.00/1.00 vMB 95
449,366 449,366 00000000000000000254a1838b4a69e9b8c6db4787eaff8f4abd2149a3a87c2d 1,433 0.69/1.00 vMB 68
449,365 449,365 000000000000000001ce2b803a209451eb07c30384f4e5c2ae3f4f290ceb1fb8 1,436 0.75/1.00 vMB 82
449,364 449,364 00000000000000000023fc5f6fb7c021ae23f12b2cd0c7c5586ecc215b0f8a5f 841 0.54/1.00 vMB 46
449,363 449,363 000000000000000000e8ca0cbac5c63e6d38b91eae933c300aefe30c6d4965c9 2,605 1.00/1.00 vMB 90
449,362 449,362 00000000000000000125b9334f9662c8284088a3d52754abbb252b11a2008f73 2,541 1.00/1.00 vMB 81
449,361 449,361 0000000000000000020a86005ed1652b98325023282a2dbac2834db698e02efb 1,534 1.00/1.00 vMB 49
449,360 449,360 000000000000000001ff0a5e276699e8550215741ad1a460221da32da41c7fd8 1,815 1.00/1.00 vMB 66
449,359 449,359 000000000000000001937ac7dbe5a16ab85d6f48f31ca37931a8e9006f6187eb 2,356 1.00/1.00 vMB 70
449,358 449,358 000000000000000001f50ff8bb8575e1fdc2a194d38da2686c76bfabc94de87e 2,693 1.00/1.00 vMB 102
449,357 449,357 00000000000000000336bf9a75f77d23b3af5e3d11a57f5d86a7563beb582e71 2,534 1.00/1.00 vMB 76
449,356 449,356 00000000000000000292df84c99b309d82dc94fe20ea267463bb45a8c4fecd72 2,485 1.00/1.00 vMB 78
449,355 449,355 00000000000000000044a87452e8165ddc5477c098139f86638a608972cfc098 2,380 1.00/1.00 vMB 81
449,354 449,354 00000000000000000021839a4212acb368d0d552f8aaee52d1265190549828ba 1,228 1.00/1.00 vMB 96
449,353 449,353 000000000000000001040206bf47399c31e03b878abc0e5c3507a9fe31d0acd0 1,894 1.00/1.00 vMB 119
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.86 GB
    • Received: 17.97 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.