Loading Tool

Explorer IconExplorer

Memory Pool

74,421 transactions
27.53 vMB
0.07043142 BTC
Random Selection Loading Transactions
Max Size: 167.78/200 MB

Candidate Block

Mining Attempt 3493feaaae0b281326ecac3595361c8b89053e44d71fd7f415ae0fcda7b34c73
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root b4507ced6bbc8dab71cb4784f01e3ae7f2eb108ded4fa710515d43a7f58a00d9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,521
Size: 1.00 vMB
Total Fees: 0.01177570 BTC
Feerates: 150.80 > 1.18 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (189,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
726,126 726,126 00000000000000000002262d8c1f5a93f79a295e46fb24088340c4780c722174 2,103 0.70/1.00 vMB 10
726,125 726,125 000000000000000000017cee67f830d2231a48646ea6b4cf012e136af6c54017 1,508 0.93/1.00 vMB 6
726,124 726,124 00000000000000000004e28b92eff8d0f414198ba9ee60ebf1275499802dfc03 2,147 1.00/1.00 vMB 10
726,123 726,123 00000000000000000003e2b0974c08fe61c8d21846cfa4056c2390e331dda6e5 3,302 1.00/1.00 vMB 8
726,122 726,122 00000000000000000003ef96456d3ee61d6efe4b4d6a3d74db56938e5f4ed6a6 2,182 1.00/1.00 vMB 18
726,121 726,121 000000000000000000077a5581ea2436a3663fc6de6bbdf33105735bc7c346d6 82 0.02/1.00 vMB 17
726,120 726,120 00000000000000000009e6f79b5c5b70a4c895d94e0b367fb20b8da86dc7aeb9 502 0.42/1.00 vMB 4
726,119 726,119 00000000000000000008e243daf27faa8fe342f87e1f4f4c0d75aeff422c66cc 2,543 0.97/1.00 vMB 6
726,118 726,118 00000000000000000002552114bd2b6dad44e660463da7ac1d5414124f663b6e 3,093 1.00/1.00 vMB 15
726,117 726,117 00000000000000000007e4085ff8d3f571c3588f60df9dd8d4131733bc21eac6 2,644 1.00/1.00 vMB 11
726,116 726,116 000000000000000000024c0261cfac13d9c7d11832d8449d44085a37a444e36d 1,809 0.77/1.00 vMB 9
726,115 726,115 000000000000000000012da8d0f5dd29804ae2bdcb4f73d9dfcab5026b0f94bc 1,249 0.79/1.00 vMB 6
726,114 726,114 0000000000000000000749ba556c5ed4919374a56dd89f97970934a9bc7ca280 1,730 1.00/1.00 vMB 9
726,113 726,113 000000000000000000046d10923bd1787259a347dfc98de1624f6be3cec20517 620 0.36/1.00 vMB 9
726,112 726,112 0000000000000000000016f7b487b4dced53e24ebff4d5eaa09d5a6d1b4176cb 665 0.76/1.00 vMB 10
726,111 726,111 00000000000000000007cbf69bdc807bb76d6a796ce185768c6de0e5d728877a 466 0.15/1.00 vMB 7
726,110 726,110 0000000000000000000a10c7ec7e7ba181d8c6b95d0fb79fac29d5b7bb005490 594 0.32/1.00 vMB 2
726,109 726,109 00000000000000000009ebd91fde6c14ec81db594afaa90c5f8945b6d546a1f5 2,941 1.00/1.00 vMB 8
726,108 726,108 00000000000000000002d4cb3d5cea07ffde8f71e304f3d96e0a09dcb5588873 2,927 1.00/1.00 vMB 16
726,107 726,107 0000000000000000000753691c31989f31ad0ffcc6b5a1650dad98bf372f741f 1,949 1.00/1.00 vMB 9
726,106 726,106 0000000000000000000382411e80ff2c49b18ea9ac0bb92cf5afd07ad762c6c1 641 0.24/1.00 vMB 11
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.60 GB
    • Received: 17.20 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.