Loading Tool

Explorer IconExplorer

Memory Pool

79,466 transactions
30.34 vMB
0.07925174 BTC
Random Selection Loading Transactions
Max Size: 184.83/200 MB

Candidate Block

Mining Attempt 6c3d975d1985b4f8cfe1658a45568e20827262de20f5f7a0357cbcd66404f405
Version 20000000
Previous Block 00000000000000000000fba2abb8d490d843f57da6d6a845cd44dde2952f7920
Merkle Root f45ccab03b2abb7786df443d3fc3f540c981241c7ed0c44d2acef2fc9b86796e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,813
Size: 1.00 vMB
Total Fees: 0.01126776 BTC
Feerates: 40.21 > 1.13 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,388 (555,272 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
360,116 360,116 000000000000000008cc2a866b042a5e041bcfa6a3925ea6103965ebfa50e177 751 0.44/1.00 vMB 20
360,115 360,115 0000000000000000154e5d9ab9cdbb60ba80cd661572282870054560a81c666c 1 0.00/1.00 vMB 0
360,114 360,114 000000000000000015f923258aec852841ec41c7de989d9681064da60f346a11 1,410 0.75/1.00 vMB 29
360,113 360,113 00000000000000000d32cd60715ee26462b5f93fa20cb04631dfda5bff3eaead 447 0.25/1.00 vMB 18
360,112 360,112 00000000000000000f2c4d25c61acf2f4addfabf32b268282a43297fb9e71b2d 797 0.34/1.00 vMB 32
360,111 360,111 00000000000000001463d257472e789c9ff1efb2bdf927acdb6a136166662213 146 0.05/1.00 vMB 34
360,110 360,110 000000000000000001f1c6600949f66946dd422756af31969f279ea354b89bc3 393 0.15/1.00 vMB 32
360,109 360,109 00000000000000000f83d886933769cd31e1833af1a718ad93d52b911be4adc9 472 0.23/1.00 vMB 28
360,108 360,108 0000000000000000100731e3c70f10a93a60eafff38e12191951d4af62f26478 1,540 0.69/1.00 vMB 29
360,107 360,107 00000000000000000c272a8d645f6530603c4b5c79542cb6f90a7bc4db07b1e7 43 0.02/1.00 vMB 22
360,106 360,106 000000000000000010c32e696cd0463d05ddc0a0f2f7818d39ee93ee9ad70965 555 0.22/1.00 vMB 33
360,105 360,105 0000000000000000106426f25ce57afa4fa1235af642976c97413c2c7085f9bb 21 0.01/1.00 vMB 25
360,104 360,104 00000000000000000e1d517ac776b186188ee481206aaaaa5ef691c248c4b914 521 0.26/1.00 vMB 28
360,103 360,103 00000000000000000d2a51ff41aafa49452f2923235d96651ab45a66f365acd0 95 0.07/1.00 vMB 20
360,102 360,102 0000000000000000126ec4f894c5c6932800437178d3ef244caae6a222bfd433 228 0.12/1.00 vMB 20
360,101 360,101 0000000000000000078273f4ec4823cade008fb1f46494d1d81267e754ee220e 752 0.35/1.00 vMB 27
360,100 360,100 00000000000000000f299aceb4a42499b140da4fa352ef234c8842e4fd58cfed 602 0.31/1.00 vMB 27
360,099 360,099 000000000000000006ce6302a306fe98d6ef9002cfa5fcb2648cda6d20bc7703 273 0.12/1.00 vMB 33
360,098 360,098 00000000000000000b3e99c0691c3f05606af7c586b51077ffcbd725cab88120 132 0.05/1.00 vMB 34
360,097 360,097 00000000000000000888b516e1d2003b5b7fe2014c0ea83bea57303881f51fbe 364 0.17/1.00 vMB 33
360,096 360,096 00000000000000000a0b472de09215fa6da61bb5a0648fb68543189617b875b7 48 0.03/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 783.06 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: 720.82 GB
    • Received: 18.27 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.