Loading Tool

Explorer IconExplorer

Memory Pool

79,022 transactions
29.25 vMB
0.12165005 BTC
Random Selection Loading Transactions
Max Size: 176.42/200 MB

Candidate Block

Mining Attempt 02f91620f08db4c54d32bc60a368866c2fee6410e17b237df8b73e07722aebf3
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root dc801f4d076f9be05ca3cf2c8be658f104b7e28b22acd4bf16992176c786b7ac
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,211
Size: 1.00 vMB
Total Fees: 0.04429191 BTC
Feerates: 150.80 > 4.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (436,140 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
479,125 479,125 00000000000000000041c4722de0f35374cdc80109eb41e9d1c25bfa5d5aca49 1,173 1.00/1.00 vMB 89
479,124 479,124 000000000000000000abceca412c13467b7fd5475365f5517db76981f6d9bc8c 177 1.00/1.00 vMB 45
479,123 479,123 000000000000000000c017f7f14f628b7ce602a1211030cea961f361562d5b88 356 1.00/1.00 vMB 61
479,122 479,122 00000000000000000053228e0687485a3f12a6229bab03c4458fcab9b21ac2ea 1,557 1.00/1.00 vMB 99
479,121 479,121 0000000000000000008462737690a1121f8e147b932a761873e51a5ad53b2feb 1,721 0.75/1.00 vMB 139
479,120 479,120 000000000000000000a19a7e942cd2bddc2ff7e3e1c54759dfa011949e0306b0 2,010 1.00/1.00 vMB 74
479,119 479,119 000000000000000000d2fcbcfde048978f5a09ad3a6ac6073da80f9dd5177a99 1,122 1.00/1.00 vMB 60
479,118 479,118 0000000000000000011d8670224576943a50627ee9c616d19cd9f7cf784a1e09 690 1.00/1.00 vMB 31
479,117 479,117 000000000000000000ab2d6662f4e8c12a0ac0d263a3f62f78e311c123ab0140 306 1.00/1.00 vMB 7
479,116 479,116 000000000000000000ec5d87b28c9eb9bb65500d2fa647b62d8abf8000fcbdd0 308 1.00/1.00 vMB 15
479,115 479,115 000000000000000000bdbce37783740123d8c46e14013aad34895560bf1af824 887 1.00/1.00 vMB 40
479,114 479,114 000000000000000000382df9baba829ae2e9d81bba80dcffe0685f6ebb3d1656 655 1.00/1.00 vMB 24
479,113 479,113 000000000000000000e5911a1a5e51516c7bd23502a1851763b24a84207fe566 605 0.99/1.00 vMB 20
479,112 479,112 00000000000000000049d5847d3e7c72fb73d47beeb7feb12c1f4b80206763ab 1,200 1.00/1.00 vMB 20
479,111 479,111 0000000000000000012039f2380f1ba5a3dc8193eddbc5ecd53e4eafb3e1ed2e 740 0.49/1.00 vMB 82
479,110 479,110 000000000000000000f1a1c412d54cc001d73075774d28852af00855378eca9b 1,733 0.89/1.00 vMB 107
479,109 479,109 0000000000000000003827b38d62deec421864ead1afc0519b92200ddf525df3 2,084 1.00/1.00 vMB 9
479,108 479,108 0000000000000000011b4b0e661bb6cf817cce97485eb54d2b4a2d0cd60ddae9 1,248 1.00/1.00 vMB 55
479,107 479,107 000000000000000001113e9446c88af9a606d66363d9459afa52f8811407ea7d 336 1.00/1.00 vMB 13
479,106 479,106 00000000000000000052392c0103886c7725c4b2936a2e15fe9de1fbbee78551 1,734 1.00/1.00 vMB 117
479,105 479,105 00000000000000000079ca4f54f41a6b716b6a4e3a85c24d24838acdf344dae6 1,667 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.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.