Loading Tool

Explorer IconExplorer

Memory Pool

78,559 transactions
33.53 vMB
0.14869644 BTC
Random Selection Loading Transactions
Max Size: 189.62/200 MB

Candidate Block

Mining Attempt 4b555c3eef26a8f8a4d0c13040c122e625018bae6bb3e149488fcb9f78c74430
Version 20000000
Previous Block 00000000000000000000bb7fa09d78086bb333e351a7c3129fff08c9216ebf57
Merkle Root f88d69d5f9a00857672545e8c8c4f0ace6bcbdf3a7e9bd3d4974a482f5692171
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,813
Size: 1.00 vMB
Total Fees: 0.03835535 BTC
Feerates: 150.61 > 3.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,421 (840,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
75,265 75,265 000000000061dc8b67c01ae55c7b086fb27daa5353ed27deac1642d174d53f1c 3 0.00/1.00 vMB 0
75,264 75,264 0000000000637c73a958f99788ba8cc6f3555d39db9d3df0e84b82b8d91198b3 1 0.00/1.00 vMB 0
75,263 75,263 000000000022f5b350134c83cb41a271ed8b8291004b98dac4a9782e8cbc3534 2 0.00/1.00 vMB 0
75,262 75,262 000000000014473ce583f3d5243f82e037a69191cc05e858a2673c6726050a20 3 0.00/1.00 vMB 0
75,261 75,261 0000000000281f7d559586835872d8d9a1744e3fbca4a325da2bdf3413df9ff2 3 0.00/1.00 vMB 0
75,260 75,260 00000000005fa25346b6d02d3f0cdb582f4d0206b43e2cdcafec8b3daad88a68 4 0.00/1.00 vMB 0
75,259 75,259 000000000020ef14839b7f5e714b2ceeb1ae6f98a29f73b66b7682c44956d299 1 0.00/1.00 vMB 0
75,258 75,258 000000000080026424bf1fd8225ca78a4431eb1565ff3b1d80f4246fe3eaed89 1 0.00/1.00 vMB 0
75,257 75,257 0000000000619ccf050db9a723d4bcef3e99cad7d69ed987a13d33a56b22debc 1 0.00/1.00 vMB 0
75,256 75,256 000000000048f6a0dbc8dc1140ad3e8171529205e4c4c3d1d9837a9b97c669d7 1 0.00/1.00 vMB 0
75,255 75,255 000000000012c83771be751a7937edb47c71a49c006c1c6926709f3df26db0a1 1 0.00/1.00 vMB 0
75,254 75,254 000000000001105f999fb586b9700d0ab6b1c432773598f591363a666eb117cd 1 0.00/1.00 vMB 0
75,253 75,253 00000000005d918c466faacbd4d1315a5248420dde4e6d43e0cc2a23c428ba7e 1 0.00/1.00 vMB 0
75,252 75,252 00000000005fa7a2301c71d82c066f4c0b85e7a2541779d5750d36f560612265 1 0.00/1.00 vMB 0
75,251 75,251 00000000007d52321cac5885092eb3f7b7200e20ff9600c638d51325d046f1eb 3 0.00/1.00 vMB 0
75,250 75,250 00000000001cb27d32b32f0e5e499dd69e4dd48752c2348f2a9aaee1874ec579 3 0.00/1.00 vMB 0
75,249 75,249 00000000007259ccd19751f64402f08a54994adbca87b01911dcdba9d8f37d97 6 0.00/1.00 vMB 0
75,248 75,248 00000000007afe653a07c6f102fe8619b497040c28c40cd8e530e5afc6158412 1 0.00/1.00 vMB 0
75,247 75,247 000000000033b1b50271792db7160d886e14e46ea23e47e10e9098943242967b 2 0.00/1.00 vMB 0
75,246 75,246 00000000001d571853cb2a4af6cfc2e1d1428edaa482955e9992525c3bb9278b 1 0.00/1.00 vMB 0
75,245 75,245 0000000000407146781bb775e3b062ee0e995691d10e792d477ff28f50c108e9 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.12 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: 738.02 GB
    • Received: 18.60 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.