Loading Tool

Explorer IconExplorer

Memory Pool

41,336 transactions
27.38 vMB
0.08019952 BTC
Random Selection Loading Transactions
Max Size: 141.44/200 MB

Candidate Block

Mining Attempt 602fd8fd5b8f03bb0dfed0d39a9219c5d25863cefa3bcc6c9f0b87170025da3a
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root e2ff547ce9c04db6d785dfd42491732fa207a69c87204ffe3285efebadbf2a05
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,052
Size: 1.00 vMB
Total Fees: 0.02695671 BTC
Feerates: 141.50 > 2.70 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (674,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
239,993 239,993 000000000000004b481bbdb99daa976c028e562a48cee1b63d7f102b5565b7d1 128 0.11/1.00 vMB 73
239,992 239,992 000000000000000b3ca4c86f0735d634e562635d3f797dfd09124bebeeb2f74a 519 0.25/1.00 vMB 141
239,991 239,991 00000000000000f6d04cee7c73c701f714a7f60b9a40e97dd394b3c8e23edb48 400 0.25/1.00 vMB 121
239,990 239,990 000000000000008b4071c6b47dc9c8790ae3643be8a9b4e2f41928b758f2b439 582 0.25/1.00 vMB 184
239,989 239,989 00000000000000b2ec96920cc071cdccf1c6071f23f60fef275d9720459c8f84 626 0.25/1.00 vMB 232
239,988 239,988 00000000000000cb8438078e1093d0ba3e8d60ba7f474d5dab9f2113c7e2abde 553 0.24/1.00 vMB 176
239,987 239,987 0000000000000033c9e9233714cb63bce6493ec2fe05d4988f997a3f8166ccf5 82 0.07/1.00 vMB 101
239,986 239,986 0000000000000077f1d6b6844edf4088da3c895e76eaa44fb326f56af1f461d3 68 0.04/1.00 vMB 164
239,985 239,985 000000000000001ca46c3ea49cd48aea6bf5e96871f0441b2a6222cdd7a3b90d 191 0.12/1.00 vMB 134
239,984 239,984 00000000000000cd2a2500eb89d8620e531fef0f657d52c5edfbcb7900514b1f 194 0.09/1.00 vMB 118
239,983 239,983 0000000000000023338db1261ee69303b0ce51833ba6b0d620f2d6fc7faa9f89 755 0.25/1.00 vMB 288
239,982 239,982 000000000000009b9e92b01eb08384e9107cc79fd607f516c0d887e1c2ed2c23 188 0.09/1.00 vMB 161
239,981 239,981 000000000000001651181f26fd03dd98271d20196d1a811a4a0109fa29b94aa4 17 0.01/1.00 vMB 100
239,980 239,980 00000000000000b094a59eaa3857cac7fcc6686f64b509980cc61184ab58696e 19 0.01/1.00 vMB 146
239,979 239,979 00000000000000b0cdc5dc3a0c5aad06315cf74edefdfdad5442c4ffabf86b09 223 0.09/1.00 vMB 204
239,978 239,978 000000000000003df18cb5672abd01ad785410cb48bb3038d0fdb9ee5439a446 231 0.09/1.00 vMB 225
239,977 239,977 0000000000000108314d6bbf69c20665869bcb17cc9ac935051f816c12006a15 252 0.11/1.00 vMB 150
239,976 239,976 000000000000004b2d1d3216458f48e1eabb0e2863fd362a34696ccf0fd60751 512 0.13/1.00 vMB 257
239,975 239,975 0000000000000016c615422cc1ff12eefdcfb9c1847d91e36bdc7be710d5e21f 249 0.10/1.00 vMB 182
239,974 239,974 0000000000000026b52ae40aef37179858c0acc6bb7c79ae0b7e73dc170d6bc0 618 0.25/1.00 vMB 192
239,973 239,973 0000000000000087451c5cba9cd618ebf885234893edbc36085e4a62ce141cd4 114 0.06/1.00 vMB 146
Previous 10 blocks ↓
Total Size: 781.79 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: 633.65 GB
    • Received: 12.21 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.