Loading Tool

Explorer IconExplorer

Memory Pool

27,208 transactions
11.04 vMB
0.03193736 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 64.38/200 MB

Candidate Block

Mining Attempt b940969643fca67aaa44c59d50bdc5e5ec461dae94a5270bdb84ce68db62e3c8
Version 20000000
Previous Block 00000000000000000000b57e1e50d1f152c56cdec5b71d8faf89d57a79b32778
Merkle Root c7cd5e34534b46b7895120005419fd32efd77c55cdb0240d804f7df085119d0b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,070
Size: 0.9979345 1.00/1.00 vMB
Total Fees: 0.01375899 BTC
Feerates: 251.34 > 1.38 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,613 (713,058 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
200,555 200,555 00000000000000a99cc46d1c4c374d4c155290765185639a459e77b46c20a537 111 0.04/1.00 vMB 60
200,554 200,554 0000000000000477f49521f108ae68353f3bd006866ebcc005e147540a099e10 247 0.11/1.00 vMB 129
200,553 200,553 000000000000028acc35607909520c513daf526656a9cdea8a6ae2c047bced42 14 0.00/1.00 vMB 352
200,552 200,552 000000000000035e3050372a1ebd35f6fd6387c86b46aa3330d1e60c2552cd71 212 0.10/1.00 vMB 120
200,551 200,551 00000000000002e9934e8d79f3cb3a582aa6dc7355cf01dea309bf7ee2e72263 183 0.06/1.00 vMB 167
200,550 200,550 000000000000052100ee780c33eb21904d280ab0d23e22f956a901830d7e0606 88 0.04/1.00 vMB 112
200,549 200,549 00000000000004db688fdbb492fcb10b3d2aad78c1794c25258b929d378f5030 7 0.00/1.00 vMB 489
200,548 200,548 000000000000054720ac9445ad00439e2c20fa2af22330bfa8b427bc9021aa71 245 0.08/1.00 vMB 268
200,547 200,547 00000000000001f152dd19e31411545b7b4cfee128e544a8b7acdd78f0e4ce75 54 0.03/1.00 vMB 14
200,546 200,546 0000000000000048b0f197ccfbf99713c99f665ef8b3d680e529baa50092f567 508 0.22/1.00 vMB 230
200,545 200,545 00000000000000d5ab774506fe56bac7456b22d54d83afdef9263ac7c06f871c 10 0.00/1.00 vMB 122
200,544 200,544 00000000000000f8427296da526d078ad444522984f07e24ef59caf53be491b6 21 0.01/1.00 vMB 88
200,543 200,543 0000000000000291c04b1239406e131cf5db6980f16c62b65c7fe849e218e512 89 0.04/1.00 vMB 94
200,542 200,542 0000000000000067f052f704e193ab49b9170fae34c8d5251ccf08c4d6b2105c 246 0.10/1.00 vMB 178
200,541 200,541 0000000000000083b785bd4479d0e1ac13b124bc9b0e02f64b20f05a5bd2e0bb 338 0.13/1.00 vMB 124
200,540 200,540 000000000000010e23712f638a701d62d37fe57fc0dfbb5efa830695f8489007 496 0.25/1.00 vMB 147
200,539 200,539 000000000000003a540c988c886a160657b569cd1e466dd039716a1e8fa321a2 50 0.02/1.00 vMB 64
200,538 200,538 0000000000000473b392ee2f75b6694e52d22482be65ddf2266de965978229f7 316 0.14/1.00 vMB 185
200,537 200,537 0000000000000249452db2e7ca4aba8f90141db0a9a2caad6f7b4df9f63d090f 10 0.00/1.00 vMB 29
200,536 200,536 00000000000003f2f07be34a3c44165c77b2e1647eb5d2eb8df9c22cf51c7c5c 390 0.22/1.00 vMB 34
200,535 200,535 000000000000054e5fa7b2f1db3a0f625d8e2b59dbf85573ab8f96eabcbcba7d 688 0.22/1.00 vMB 183
Previous 10 blocks ↓
Total Size: 779.93 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: 464.54 GB
    • Received: 2.75 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.