Loading Tool

Explorer IconExplorer

Memory Pool

35,160 transactions
25.90 vMB
0.06786105 BTC
Random Selection Loading Transactions
Max Size: 131.60/200 MB

Candidate Block

Mining Attempt d425f9d98520fb635534d668651c126ed0529e7366c644f11d646d72ede38aa8
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root 00c824597a967c01e45c76bbee3228acdb88135e50f0ccaedb44c619dde15ed9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,767
Size: 1.00 vMB
Total Fees: 0.02038707 BTC
Feerates: 250.88 > 2.04 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (502,489 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
412,202 412,202 00000000000000000112323d96f39c3eb21ce76b25164b73d66d001c80566a56 1,974 1.00/1.00 vMB 47
412,201 412,201 0000000000000000045532c6c60d7dc302b1608468600a88642d0b22d20e1fa8 1,222 1.00/1.00 vMB 22
412,200 412,200 0000000000000000049f9d53f901ca0ae80155c2c55f2cabfc5b0f39a1124307 2,065 1.00/1.00 vMB 42
412,199 412,199 0000000000000000031188b20be07b77d4603f2c064ec771f558a1a3c5eb329c 758 1.00/1.00 vMB 16
412,198 412,198 000000000000000003d512369c9d759b1af2837852d2a59d4f86bf18a8cc990a 2,477 1.00/1.00 vMB 62
412,197 412,197 00000000000000000343131ad32c3711ee57a21e24e7c3b281e9a8d4b0db06c3 1,719 1.00/1.00 vMB 38
412,196 412,196 000000000000000004b2b91bc87d683099f1dad9fb5fca5eda07c19d53ad48cd 1,163 0.99/1.00 vMB 26
412,195 412,195 000000000000000003d448d9bc8df05fba8463998280f66892a1e156d80fa6d2 1,783 1.00/1.00 vMB 52
412,194 412,194 0000000000000000028fef339c8d98d96718482f1d086d8e335fba58aac3dbf0 2,623 1.00/1.00 vMB 60
412,193 412,193 000000000000000001fa7cb341f7d60d73a0aef4cda3849c3d28b9e37b5d2b91 926 1.00/1.00 vMB 20
412,192 412,192 000000000000000002793fd70b41bfdcfc8d5a63bf2273747c7569898f6f6cc5 2,031 1.00/1.00 vMB 44
412,191 412,191 0000000000000000043c977baef20f91d26d3fe4e6d698727b4d6d057272ee0a 2,090 1.00/1.00 vMB 50
412,190 412,190 00000000000000000383cc6c3cfecb8d4f736e037a493dd7dbc7cca4b6b25a47 3,141 1.00/1.00 vMB 71
412,189 412,189 0000000000000000051cc81a04b83ef66402cec46e72f87e1272d052ddd2f0b5 1,238 0.99/1.00 vMB 32
412,188 412,188 00000000000000000463981e1d3251f0b8de7ad1c899992fc252174cffd6375a 2,882 0.99/1.00 vMB 72
412,187 412,187 000000000000000002c6610c0764494a426e68f2cf09ec93a6ceb31af4334603 1,138 0.99/1.00 vMB 28
412,186 412,186 0000000000000000028cc649f138787f379cdb5fee1f6314f6ba8da08a447d19 1,322 1.00/1.00 vMB 31
412,185 412,185 000000000000000000955a6246a9c2e6e4fdac2447bce0a4c03f0575ec42736a 1,480 1.00/1.00 vMB 35
412,184 412,184 000000000000000000428d58cde8ee451584aa889d6bf45fd5de0026aa937835 1,725 1.00/1.00 vMB 30
412,183 412,183 000000000000000001c9a2816ed2e303209e3982f6f5f584618307b7d9a94096 3,113 1.00/1.00 vMB 70
412,182 412,182 0000000000000000046960ae9ac3ee9f8ecc2869b4360e44b074e8e1524a7781 2,130 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 781.84 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: 637.80 GB
    • Received: 12.44 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.