Loading Tool

Explorer IconExplorer

Memory Pool

45,527 transactions
28.41 vMB
0.06314491 BTC
Random Selection Loading Transactions
Max Size: 151.29/200 MB

Candidate Block

Mining Attempt 9d80c5efa5b324d74e2e83c24a8dc45984ddda53c0c424888c103087355c6dfe
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root 7f6a24df84e96874e198e0f86781618a1d0d40e728363a75a720077163b70605
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,572
Size: 1.00 vMB
Total Fees: 0.00930219 BTC
Feerates: 50.42 > 0.93 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (258,248 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
656,596 656,596 0000000000000000000c054a9940f6efc0bd15614712db5a63230a76169a89e3 2,084 1.00/1.00 vMB 133
656,595 656,595 0000000000000000000e8d44ec5b61951fa4ddf572b327fe944777de22c20d4a 1,946 1.00/1.00 vMB 93
656,594 656,594 00000000000000000007f36ff36a2aa7f245f5bf5ee4fce7ea5cd2269a169499 299 1.00/1.00 vMB 58
656,593 656,593 0000000000000000000ab16365192c08954aab60f3fd3194cf36672f03d79158 1,157 1.00/1.00 vMB 69
656,592 656,592 0000000000000000000f1b34d986b496102294444e2215e9bbfed510eac3852c 2,307 1.00/1.00 vMB 77
656,591 656,591 00000000000000000006a0b04e1f6eed8c1a5a97851972c827cf33f9846f626f 2,878 1.00/1.00 vMB 129
656,590 656,590 0000000000000000000659a129288878daee04370af24754b7987b6c34d01a56 2,304 1.00/1.00 vMB 115
656,589 656,589 0000000000000000000e44cb5a5e3dd46eef6ce40558f081d800e276589d7ecc 2,930 1.00/1.00 vMB 182
656,588 656,588 00000000000000000008976081503895dc0488aa80b05462ab0804ec050f5396 2,571 1.00/1.00 vMB 127
656,587 656,587 00000000000000000010704844a701db69a51b5ffb9fb7889c21fb7a6420aef8 2,499 1.00/1.00 vMB 76
656,586 656,586 00000000000000000002927245e7a81338bae5ffd8f01e633df72939ba3b549a 3,110 1.00/1.00 vMB 153
656,585 656,585 000000000000000000065053e14a0be85967a03b04671284f2bb2b36256b86dc 2,453 1.00/1.00 vMB 79
656,584 656,584 0000000000000000000d2a2b9050034959bf9833cf00c79d7c73e5bfb804de93 2,408 1.00/1.00 vMB 30
656,583 656,583 0000000000000000000f6d567ef549a718f2fd1dbf0f3a78919a90ab260603e1 2,387 1.00/1.00 vMB 28
656,582 656,582 00000000000000000004f7dd88ed6e12078d7fce102e86efc92b2d39c4f23b76 2,370 1.00/1.00 vMB 64
656,581 656,581 00000000000000000002d8883638103d898880b8e1d75c4dac1b924ff99d865d 2,318 1.00/1.00 vMB 91
656,580 656,580 0000000000000000000dc485d348a30043189a6523f8e5e6434f2640bf92dc69 2,446 1.00/1.00 vMB 88
656,579 656,579 000000000000000000096de12acf5e8df7b6f6a92bbe347854bb01a7923e6be7 2,698 1.00/1.00 vMB 156
656,578 656,578 000000000000000000040b4865f35ab9ccd1884c776f5041fa09720ad86898a0 2,022 1.00/1.00 vMB 22
656,577 656,577 0000000000000000000b11585c2a26ecbf1e01cf8a1b1e60379559fd7e2ce175 2,291 1.00/1.00 vMB 62
656,576 656,576 0000000000000000000acce20785f7c354fb2023891a157b93f98176eb126e28 2,264 1.00/1.00 vMB 89
Previous 10 blocks ↓
Total Size: 782.11 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: 652.00 GB
    • Received: 13.68 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.