Loading Tool

Explorer IconExplorer

Memory Pool

53,701 transactions
29.74 vMB
0.10358090 BTC
Random Selection Loading Transactions
Max Size: 159.72/200 MB

Candidate Block

Mining Attempt b14e8231d0d1bc2d8a7fb1617b58fa3ba331bf726fc5832621d4a9eaa3803e9e
Version 20000000
Previous Block 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14
Merkle Root a7c0d8c1a7cfa798f54e5aeff9566c19e35a338db2d0c767be7c532e198c235a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,795
Size: 1.00 vMB
Total Fees: 0.03134388 BTC
Feerates: 150.77 > 3.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,714 (523,339 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
391,375 391,375 00000000000000000649a814ab454e6004d007ad9db8e7b372bb4de390ae5c7f 1,817 1.00/1.00 vMB 23
391,374 391,374 00000000000000000582a301af5a340bf8e1f1889c5895a53817d1decc0fe039 804 1.00/1.00 vMB 22
391,373 391,373 00000000000000000804fa4d08b17245dd54f45064839f6946961d6a139c3115 982 0.96/1.00 vMB 27
391,372 391,372 000000000000000001e9d314a3834a21ab4dfef2d4ced7f060ad115f27bb818e 1,953 0.95/1.00 vMB 39
391,371 391,371 0000000000000000048825b721cd982c77a5403a0ad722c178d3f0334d831c5f 2,114 0.95/1.00 vMB 36
391,370 391,370 00000000000000000067d1528b53a22f24f223fd9e4cbe694ea62ebda6b82036 2,773 0.93/1.00 vMB 38
391,369 391,369 0000000000000000070451581eb95ad803db2dcc144a0b11d5004b4b92793e93 24 0.05/1.00 vMB 7
391,368 391,368 00000000000000000852f3ebb16208cf8d948aee8c69aeb4209031f760b46249 2,505 0.75/1.00 vMB 59
391,367 391,367 000000000000000006c21862a573610a9394024624058d637e4ec3f5cd987774 206 0.12/1.00 vMB 22
391,366 391,366 000000000000000006c09c8176924b8986c8183b49dfc1a9692972f6b7a9ffd4 1,487 0.62/1.00 vMB 32
391,365 391,365 000000000000000002a731c20127a7e4a6e9613f714631c12a8572cb9b1edc7e 732 0.43/1.00 vMB 25
391,364 391,364 0000000000000000093d9642bc3aebfe1edeebb366bc3f0cc79c61c4ce3c5e4a 669 0.28/1.00 vMB 35
391,363 391,363 00000000000000000635433da6e957f5fd95dfe5d6760be5d5d488e5eca438eb 1 0.00/1.00 vMB 0
391,362 391,362 0000000000000000009f0a3b09dd045ab13a45ebb0e4df78bcb0af684d24d654 271 0.36/1.00 vMB 11
391,361 391,361 000000000000000009ee0f55ac5b20ab60be37a6f232a935968be05bb8d1160a 1 0.00/1.00 vMB 0
391,360 391,360 000000000000000004ab5b3481449459261822e1f13dd928b2b826ae521dc1e0 2,521 0.99/1.00 vMB 34
391,359 391,359 0000000000000000097e59a8d1f0e8a0cef056c9e3a07d4ae62ef875e0e4bf71 1,286 0.61/1.00 vMB 28
391,358 391,358 000000000000000009341e258e8e2cf3b50c4b6c68b5aa111db258d3f468d071 265 0.15/1.00 vMB 26
391,357 391,357 00000000000000000593c346220cc08a59f9254450ea2a49f9b10c359f26f3f1 842 0.36/1.00 vMB 29
391,356 391,356 00000000000000000a00f1fe80955488d4c823fa118ecc9112860d72746fa865 240 0.13/1.00 vMB 23
391,355 391,355 00000000000000000403c158d3d6d663d7f511f997e36d9f582ddef19f40888a 1,037 0.66/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.89 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: 645.16 GB
    • Received: 12.69 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.