Loading Tool

Explorer IconExplorer

Memory Pool

83,293 transactions
30.41 vMB
0.16673209 BTC
Random Selection Loading Transactions
Max Size: 184.12/200 MB

Candidate Block

Mining Attempt d3b02e21486288f045277a1c35ef995fc6fb3d90acd3a1cba53a2241688ecf39
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root 2b93b67612acf36cfbf3a45dd654ae178818e764800f13a80c77d867ce7082aa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,341
Size: 1.00 vMB
Total Fees: 0.08937974 BTC
Feerates: 137.30 > 8.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (455,915 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
459,204 459,204 0000000000000000013b6fabfb64fb8de8d0f6e661f44aea7c7699ede0396f6f 520 1.00/1.00 vMB 237
459,203 459,203 000000000000000000c104c1458582ac2cf1971e330be625fbb8b836bd9548ed 572 0.99/1.00 vMB 240
459,202 459,202 00000000000000000135d655423d295684ba86dc040018e1f9f976fb0dc0aaf5 1,064 1.00/1.00 vMB 244
459,201 459,201 000000000000000001cec8f94de34caa5c2cb684b9d77955f39143d7eeb6da31 928 1.00/1.00 vMB 212
459,200 459,200 000000000000000001babba17cbf7a460f66dacccfbab9ac4c7a118d16279aad 1,323 1.00/1.00 vMB 247
459,199 459,199 00000000000000000131d5be8edb8b3575071caa0205bf6d1af8b854a41b059b 2,971 0.99/1.00 vMB 133
459,198 459,198 0000000000000000016970fd86f2de3ee0c9a4c070403401fa0628be8f54bb2d 1,643 0.78/1.00 vMB 167
459,197 459,197 0000000000000000023f6e00a9d4cc8984308bc79b4dcfacf2927590ebaab946 2,551 1.00/1.00 vMB 189
459,196 459,196 0000000000000000007b54fe98adde0a9bb70f77e77e8575ffa2681668586bd1 1,977 1.00/1.00 vMB 137
459,195 459,195 000000000000000000fe11c348b33eae9b7ef16388de3ddc568d46f322462821 2,079 1.00/1.00 vMB 182
459,194 459,194 000000000000000000b40143b2398326bb6706e2ce82b60ab210d6cd6a9d10a1 2,390 1.00/1.00 vMB 207
459,193 459,193 00000000000000000156dd6b227b206cacab4faae14c2c42b0d6f911c5b0e056 2,460 1.00/1.00 vMB 171
459,192 459,192 0000000000000000022f614eaf6e434638bd771a6f4b4be872de6df1ebf24a5e 2,577 1.00/1.00 vMB 205
459,191 459,191 0000000000000000001278285149669a90dd507d2d0fd9e569c42cee53f9c7de 2,013 1.00/1.00 vMB 151
459,190 459,190 0000000000000000014f446a0da01ac2bf41e3bcc38e639ee077180ebe78b9b3 2,207 1.00/1.00 vMB 131
459,189 459,189 000000000000000000022aba60c684054d76102db6a63e231ca91c14194e65bf 2,141 1.00/1.00 vMB 168
459,188 459,188 00000000000000000222d14e27d111f6e5c278bcfe291a51d00c84af8d9de56c 2,422 1.00/1.00 vMB 170
459,187 459,187 0000000000000000003c55e8826d2205ff7062e941ef4d942c173256a1f137d0 1,983 1.00/1.00 vMB 215
459,186 459,186 0000000000000000010ad9c5d11f8b0e20b346ca32090a5a0a7e29d336591a64 2,037 1.00/1.00 vMB 166
459,185 459,185 0000000000000000006aee83fed0e47ca015e52fc919c2e3ddddd0752609387a 2,012 1.00/1.00 vMB 160
459,184 459,184 00000000000000000057fd04ccf98250f1e6c8f22cbb45b750d7c12b9d9bac8c 2,031 1.00/1.00 vMB 212
Previous 10 blocks ↓
Total Size: 782.60 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: 671.73 GB
    • Received: 15.99 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.