Loading Tool

Explorer IconExplorer

Memory Pool

41,671 transactions
26.04 vMB
0.05345114 BTC
Random Selection Loading Transactions
Max Size: 136.40/200 MB

Candidate Block

Mining Attempt 4b009ad1b25d5f524544d835922cdfdcbb7ade55e73313a725d8c360aa8e302b
Version 20000000
Previous Block 0000000000000000000023f37b3a49d9f828d6949092c7ab46205993b01b2559
Merkle Root 5b2406982157d763003a8b51cc8bdf31aa18e7d67cc1c6cd203993d1ea38677d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,869
Size: 1.00 vMB
Total Fees: 0.00608139 BTC
Feerates: 61.00 > 0.61 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,723 (221,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
693,691 693,691 0000000000000000000d4eaa6f1deefd530e5cde09c9fd0899ba8ec11643488f 2,127 0.69/1.00 vMB 13
693,690 693,690 0000000000000000000518de14b6b77ca85b245c79ad4afa9fe551699949a594 670 0.22/1.00 vMB 14
693,689 693,689 000000000000000000048827e038fb7aa4dcfd978d117b127d34d1d4ab178362 630 0.21/1.00 vMB 11
693,688 693,688 0000000000000000000699d51bcef4bc1d7229bf96837125a93d40daddbb016e 349 0.15/1.00 vMB 13
693,687 693,687 00000000000000000003230b71524d8c84fd87ce226327fcda2ee5f020279cd5 976 0.39/1.00 vMB 11
693,686 693,686 0000000000000000000f36c210dbb46f66de275d6598ab5e8c82f66ff6295c06 1,926 0.67/1.00 vMB 13
693,685 693,685 0000000000000000000446f967fd0639fa8f035022bd4a0ac334c995adedd217 1,419 0.48/1.00 vMB 13
693,684 693,684 000000000000000000120186d644ce6aeeaced882648a4cb27a5a4debdf635c0 68 0.02/1.00 vMB 40
693,683 693,683 000000000000000000102818fb06ef454c6b747568726e0e0fc74a97af6fd9dc 1,823 0.90/1.00 vMB 11
693,682 693,682 0000000000000000000d146aee602194ad7e73f09eb11fcb7c81e096033280a7 612 0.19/1.00 vMB 16
693,681 693,681 0000000000000000001181275267dd201fbc4cabbd8344241eb08d6b27e642ff 564 0.18/1.00 vMB 11
693,680 693,680 0000000000000000000fdf70243ee4004dc1695b909ac858d8067affa7528a53 69 0.02/1.00 vMB 15
693,679 693,679 00000000000000000002022ee11435831efbeb3f4fdd63535edb8a61012b858a 1,583 0.58/1.00 vMB 10
693,678 693,678 00000000000000000007ce55298ecb1e7a2e649410bad386ae78d0c1ab32c3c2 259 0.11/1.00 vMB 12
693,677 693,677 0000000000000000000dc2a339e20e052b747283497e3dd79a2390b1f1673a3c 668 0.20/1.00 vMB 15
693,676 693,676 0000000000000000000465282222945cba344d3c3b8035b6c4e0c249c1cf1bbe 1,782 0.67/1.00 vMB 13
693,675 693,675 000000000000000000110777995887c51d313445056559d855096263f378b89d 74 0.02/1.00 vMB 13
693,674 693,674 0000000000000000000a0e185f053136fc7d518447dd9cabac402e3377abfbbc 519 0.35/1.00 vMB 7
693,673 693,673 00000000000000000008c71f3cef690b86a8661f72c665a56cd9332c2d296308 1,704 0.75/1.00 vMB 9
693,672 693,672 00000000000000000002eed1900cb0a2abadf4f4ab84e4573cdb64307a1532e1 562 0.29/1.00 vMB 11
693,671 693,671 000000000000000000011711ecdef652e2a752675ff66e8200a49d6a3c8aad22 66 0.02/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 781.91 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.61 GB
    • Received: 12.74 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.