Loading Tool

Explorer IconExplorer

Memory Pool

85,164 transactions
32.97 vMB
0.15696409 BTC
Random Selection Loading Transactions
Max Size: 196.32/200 MB

Candidate Block

Mining Attempt ab59a8fe36cb24cb71b0ac6a8dd7fb9f5d716303c8325d2a8131b3e0b594414c
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 24a7d7e7d638ecd441ffcf5ddfa04718fbfaabb1afcb0a89aa851338d0718eb9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,624
Size: 1.00 vMB
Total Fees: 0.04848127 BTC
Feerates: 318.30 > 4.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (331,024 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
584,329 584,329 00000000000000000008f4795441c2dd7420fc94dcc59a2f186efc04095ca410 856 1.00/1.00 vMB 13
584,328 584,328 000000000000000000229e9d69728c9bdedf019fc529f1ca0becbc93b95daee3 1,547 1.00/1.00 vMB 27
584,327 584,327 00000000000000000014aa97672dfd1b183ff93d294cb791a22afd0c62f6fdee 1,049 1.00/1.00 vMB 19
584,326 584,326 0000000000000000000fc13c528c1b207b3639ee6a6151bca0c1d155746b93a5 1,930 1.00/1.00 vMB 33
584,325 584,325 0000000000000000000c777ab56a7d98129bac342ed9a6f591a400c74ae43bb7 1,232 1.00/1.00 vMB 18
584,324 584,324 0000000000000000000ec4b1d8734a23c9044fc7022dd9d8e646928a9b6f3c6a 1,125 1.00/1.00 vMB 32
584,323 584,323 00000000000000000009351dad273d6dab2197b14a63c9f2df786790e5ac9ab5 1,317 1.00/1.00 vMB 58
584,322 584,322 00000000000000000010a5358d3b948816a903a160041b6df89af1d30d77b416 1,327 1.00/1.00 vMB 66
584,321 584,321 00000000000000000018cd4b2c98c929dd1f5b30d87038df4b8f074371c8fbd5 1,215 0.61/1.00 vMB 17
584,320 584,320 00000000000000000005ef155a81af73397e3aad885966f30dd6fb62f5ffe220 2,129 1.00/1.00 vMB 16
584,319 584,319 00000000000000000008f60454607aa2419d6672523f87371b122ec7d28d67f0 1,434 1.00/1.00 vMB 4
584,318 584,318 00000000000000000022f98223194c6f6b448a6ae52070d8b25779979e17740e 3,029 1.00/1.00 vMB 33
584,317 584,317 000000000000000000095f82dbc9a5fc1fb105ef97b760ff459f11d2dd665481 2,532 1.00/1.00 vMB 45
584,316 584,316 000000000000000000209373606baf464c05b6af4804fe56ea628b9be0a55ecd 2,732 1.00/1.00 vMB 42
584,315 584,315 00000000000000000021cd14a661af80a8e4d524b835ae7d9d6f53939cb3acce 2,651 1.00/1.00 vMB 21
584,314 584,314 0000000000000000000bf19d8aa02c9bf61df6807b59d9fda260fbe0b926282f 2,751 1.00/1.00 vMB 61
584,313 584,313 00000000000000000009b25e36d9448c40d849636e391a522ad0231e5570e50b 3,141 1.00/1.00 vMB 65
584,312 584,312 00000000000000000002d13312fe8155daa3f6f6d5678a1696dd07e815d12cd4 2,691 1.00/1.00 vMB 5
584,311 584,311 000000000000000000151bc5d292b4926cf6a8754734bd0e40b02d5095038d72 2,937 1.00/1.00 vMB 37
584,310 584,310 00000000000000000008ce5c3bb151ca7cb2ede4fa08f42e75643a3572f9f890 2,953 1.00/1.00 vMB 85
584,309 584,309 00000000000000000022c2315446c827c0445ed975ae2e4bc8e35a55d88ccfd7 561 0.19/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 783.00 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 718.85 GB
    • Received: 17.96 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.