Loading Tool

Explorer IconExplorer

Memory Pool

44,366 transactions
27.57 vMB
0.08636929 BTC
Random Selection Loading Transactions
Max Size: 144.39/200 MB

Candidate Block

Mining Attempt 4283563923b0fdd5845ffdfd8f35dd1fbbdec4233f06fa4d5e907e105a5a1c5d
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root d414b2a5feb2243a7cad0d2433254e36f85b466f46ce7138d48d5e02aade0c2e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,922
Size: 1.00 vMB
Total Fees: 0.03289642 BTC
Feerates: 151.65 > 3.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (263,189 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,715 651,715 0000000000000000000be178ed1b94fd79a985d820d9cf15557ce71e094554be 2,732 1.00/1.00 vMB 79
651,714 651,714 0000000000000000000cbe27b2971772cf7bae8321602761a48a9a3a900b12f0 1,854 1.00/1.00 vMB 77
651,713 651,713 0000000000000000000831c777785fbf787920b57972ca5ae60490325e96cbea 3,058 1.00/1.00 vMB 55
651,712 651,712 0000000000000000000180053fb47a0f895221ef7abec00426b94686a496fb8a 2,751 1.00/1.00 vMB 119
651,711 651,711 00000000000000000008a0c5fb96f67e4f345468c9d9a1032a64bb030d92d028 2,558 1.00/1.00 vMB 77
651,710 651,710 000000000000000000050238c224cdb77a6c5ea9ddae43557e9c2e843250f66c 2,592 1.00/1.00 vMB 71
651,709 651,709 0000000000000000000ae2254ac02df170bdf06c50a1ca9a5ed974cc00a42a1a 2,950 1.00/1.00 vMB 123
651,708 651,708 0000000000000000000a250d84e1dab3c35dfe9f0a30928b99fe57091d9bbb2f 2,924 1.00/1.00 vMB 105
651,707 651,707 00000000000000000009e5d0bf3fae3ff6c1337939409d7f6820cb85d721632d 3,021 1.00/1.00 vMB 45
651,706 651,706 000000000000000000020a9ffe8d425c4e2e1112b7165bdcb47e26e37d376c5b 2,888 1.00/1.00 vMB 110
651,705 651,705 00000000000000000001270ee921d9eb90b04c1a3047975e9e0f77eb209a43c4 2,998 1.00/1.00 vMB 78
651,704 651,704 0000000000000000000c22c8c85423cce85cfae86034f69a129f845967bdbd2e 2,169 1.00/1.00 vMB 104
651,703 651,703 000000000000000000035abef4c7c230842c9c08ce922082d4d4dcbcca29500e 2,837 1.00/1.00 vMB 70
651,702 651,702 0000000000000000000bba50ac09864a5250c18b7f9aabb76729d8d1de183ace 2,987 1.00/1.00 vMB 91
651,701 651,701 0000000000000000000ccefe393957d2c1e39776889bc07cac5e3d8c58de3007 2,535 1.00/1.00 vMB 123
651,700 651,700 00000000000000000004c120225013ecf0bbcd9d29f9b51bba878d475588019d 2,812 1.00/1.00 vMB 69
651,699 651,699 000000000000000000047dda6dacbc8b00efba415af2a0607ecbc16ebfee03e3 2,677 1.00/1.00 vMB 91
651,698 651,698 000000000000000000089c523523e26589a3c8a88e150a1af6cbecc04bd01af9 3,139 1.00/1.00 vMB 131
651,697 651,697 000000000000000000025c67e3bb6993487f681b07c538a019047af8e40d5372 2,816 1.00/1.00 vMB 118
651,696 651,696 00000000000000000001114f3131233074693ab4c3b85d09faa78a48a23af191 1,782 1.00/1.00 vMB 98
651,695 651,695 00000000000000000001431086ba106df3b130f5cc5b1bd30e578fb9b5331173 2,732 1.00/1.00 vMB 124
Previous 10 blocks ↓
Total Size: 782.22 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: 654.72 GB
    • Received: 14.17 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.