Loading Tool

Explorer IconExplorer

Memory Pool

80,403 transactions
29.77 vMB
0.14592180 BTC
Random Selection Loading Transactions
Max Size: 180.10/200 MB

Candidate Block

Mining Attempt 7b34362f2fe66e2071a8cbf88655710d9bf29444f8a0d20d2d660cd50b73f04a
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root 49abdf6aff1c58b4c2cd74d5a27896b53dc0dba474b09a1691b80aa6656d03fb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,304
Size: 1.00 vMB
Total Fees: 0.07902280 BTC
Feerates: 502.67 > 7.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (277,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
637,717 637,717 000000000000000000104848133f764ce0b05a9608af59c23fc82f9bc2c2e69c 1,686 0.69/1.00 vMB 18
637,716 637,716 000000000000000000119c2e939767a713a78163551cbaa771f23c3a5f577603 1,988 1.00/1.00 vMB 15
637,715 637,715 00000000000000000004043d8124b48ab2337ac5721f440916ab2d05b6283508 1,343 1.00/1.00 vMB 7
637,714 637,714 0000000000000000000312e92950c43f81edbe43552b24196dd0125977e9af60 1,879 1.00/1.00 vMB 15
637,713 637,713 0000000000000000000926b484ca6e3f5ae8543f4d61d34bc04c0b959225d239 2,456 1.00/1.00 vMB 13
637,712 637,712 0000000000000000000f8a310e6a5ba32d73c67c5a7110c420fc12f6d49b20b2 2,732 1.00/1.00 vMB 15
637,711 637,711 00000000000000000003e97bba837405b7ba82a150d2ec84ce9761b22dcbe148 2,821 1.00/1.00 vMB 5
637,710 637,710 0000000000000000000c5afaa51c5cadd465b1f52140cfe2d931e53484cf1516 2,110 1.00/1.00 vMB 8
637,709 637,709 00000000000000000007adb9f40a994168fea295ebe297250c2b148652c076f3 1,959 1.00/1.00 vMB 36
637,708 637,708 000000000000000000045423fc603e0108050601586cf7df78bb7311e1201d78 2,312 1.00/1.00 vMB 24
637,707 637,707 0000000000000000000b9a5861c2a7d21e6e6ef38da3276f9ef8beca5be01a78 3,068 1.00/1.00 vMB 50
637,706 637,706 0000000000000000000225596bea517797cecb7ed4d4039093c03bb978e5597d 2,222 1.00/1.00 vMB 46
637,705 637,705 0000000000000000000afe6657ffbce174d8decb0e9926ba3669e8a9a2bc6d30 1 0.00/1.00 vMB 0
637,704 637,704 00000000000000000009bb6504f6f5943e16122a511213d851ecef90aaca9284 1,354 1.00/1.00 vMB 22
637,703 637,703 0000000000000000000cf8a43ca116b9e759fc50c58a6ca0c723214a42fb2931 2,207 1.00/1.00 vMB 30
637,702 637,702 0000000000000000000777ecd5527d229a174a303b076585a347c485f99aaa04 2,663 1.00/1.00 vMB 32
637,701 637,701 0000000000000000000e9ce24abfe5fe242db6c6608e34f5ebe043bea8584fc9 3,113 1.00/1.00 vMB 58
637,700 637,700 0000000000000000000a3895502bfd7bbc9543cfc375d685b0e3c95496e65a6b 2,277 1.00/1.00 vMB 48
637,699 637,699 0000000000000000000a370818558798c343b34ceb3b7847a164e03634eee9e0 401 0.24/1.00 vMB 15
637,698 637,698 00000000000000000003c54b21fcdd463dabd55aa7566453024825aea302ffa5 2,964 1.00/1.00 vMB 24
637,697 637,697 0000000000000000000d10ad9e5cadfcb87e06c89cef93d70316efa11e2247d7 1,940 0.68/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.60 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: 671.84 GB
    • Received: 16.03 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.