Loading Tool

Explorer IconExplorer

Memory Pool

50,878 transactions
28.82 vMB
0.08550833 BTC
Random Selection Loading Transactions
Max Size: 153.86/200 MB

Candidate Block

Mining Attempt ee26923fd1d3eddb55350edba8989523853df59d8bc68d5ca74353304cf142c3
Version 20000000
Previous Block 0000000000000000000003096370cda76b1c88720eb14b0cbf16be2c6035191b
Merkle Root 6e24652165fda81a9ec0c1899e47190340c62087db9be888a0fcef06cc2c0152
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,560
Size: 1.00 vMB
Total Fees: 0.02281357 BTC
Feerates: 151.12 > 2.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,717 (297,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
616,822 616,822 00000000000000000006a1e568b4871e7eda9bc8803f7221433c092ae904d0f0 3,114 1.00/1.00 vMB 31
616,821 616,821 000000000000000000057a83383701f9276fdde75e60bf2372577eaad8bf0026 3,052 1.00/1.00 vMB 21
616,820 616,820 0000000000000000000c56eb4631aa724c89de42510bc0e8f47d15bbd9b1b962 3,184 1.00/1.00 vMB 36
616,819 616,819 0000000000000000000b0914ad27b1e83c783e41467701ac2985521b2052e558 3,187 1.00/1.00 vMB 17
616,818 616,818 0000000000000000000be5bf0159d8771f780bf7e08238856a2db09fc3e63b75 2,230 1.00/1.00 vMB 22
616,817 616,817 00000000000000000002ddcf9eb531c84a29e2ad39d3170b952ac43c77a97dd6 2,329 1.00/1.00 vMB 24
616,816 616,816 00000000000000000011f7108a14bc83297c8b02ecc6b2ec1f0bf2e8c79cfd2b 3,160 1.00/1.00 vMB 33
616,815 616,815 0000000000000000000218ef4f3066255f918bc30d20570d18e75d58407c3cf7 2,391 1.00/1.00 vMB 18
616,814 616,814 0000000000000000000c6eef5a0a9761202246ef8fde51f23234d416ace190ab 2,276 1.00/1.00 vMB 20
616,813 616,813 0000000000000000000634feefaefeb9fd73abcfbcd3e90901b8f5e26ca48572 3,511 1.00/1.00 vMB 36
616,812 616,812 0000000000000000000409457e92e017d9f5f11155ba1d50ca4f8b5a6b678748 3,091 1.00/1.00 vMB 31
616,811 616,811 000000000000000000090d27d2946b02be02dae0d423c30d1bd329bef2271329 3,129 1.00/1.00 vMB 30
616,810 616,810 00000000000000000004a7f16c1f8f10e1549c29fc04cde94286763899274077 1,801 1.00/1.00 vMB 31
616,809 616,809 000000000000000000009f29d01a9dee5ea298efed7bdb2c6444d2c12511b2cf 2,824 1.00/1.00 vMB 51
616,808 616,808 00000000000000000004c9a4289a0364358602587000dd5636648ea8b2213e86 3,172 1.00/1.00 vMB 26
616,807 616,807 0000000000000000000d66b67aebd54d450e491490ab2636434be1b5ee75d40c 3,096 1.00/1.00 vMB 37
616,806 616,806 00000000000000000004d47045af79a6a1d54191abd893e57fef4936737d9c49 2,681 1.00/1.00 vMB 26
616,805 616,805 0000000000000000000cfde50f3383610b85cd0c058b9d73983168c89a2dc97c 2,371 1.00/1.00 vMB 32
616,804 616,804 0000000000000000000da1f4fb125c1eacf71ec895e4025c69c00ebc10803473 2,777 1.00/1.00 vMB 43
616,803 616,803 0000000000000000000f7e62f0c0dac1ccc17e68412e8e56d09d92fe6a76ac90 2,456 1.00/1.00 vMB 30
616,802 616,802 0000000000000000000a6ed38cf7da32b5b337eb9776e4e4e2e88104623fc407 2,331 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 781.89 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: 645.24 GB
    • Received: 12.71 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.