Loading Tool

Explorer IconExplorer

Memory Pool

44,027 transactions
27.23 vMB
0.09107362 BTC
Random Selection Loading Transactions
Max Size: 143.74/200 MB

Candidate Block

Mining Attempt af37a42c741fd1934b9a6ee7e3fd79025baff6b749c81095c2ad31307d1dfcf9
Version 20000000
Previous Block 0000000000000000000182fc7e3276e0ca1f0b423f92087ce28c2892578cee65
Merkle Root ef1e8fb8e230f109b25a72f27e9aad7c4324d451d006b179060122ceb9af23b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,177
Size: 1.00 vMB
Total Fees: 0.04019731 BTC
Feerates: 101.65 > 4.03 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,917 (120,822 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,095 794,095 000000000000000000050336a6ba6c1d2977899963ddb995ddc03094b7d62bd7 1,708 1.00/1.00 vMB 26
794,094 794,094 00000000000000000001f4f7138fd9531b903b12d8eb8d523ae12a9dec24c772 2,278 1.00/1.00 vMB 42
794,093 794,093 00000000000000000001e3b575a44dbebc49e6884bf0f59df3f036410765f2bf 820 1.00/1.00 vMB 22
794,092 794,092 00000000000000000003ad494989567dd7405dbe25eef1666ce78829631480dd 2,225 1.00/1.00 vMB 28
794,091 794,091 0000000000000000000167bfb516468f5379043a46bf179f2355dcc5d43f47d2 2,506 1.00/1.00 vMB 29
794,090 794,090 0000000000000000000119f9d14132c523315785cd67518dfd1a75c35f589725 2,377 1.00/1.00 vMB 24
794,089 794,089 0000000000000000000495b18f3400c404159a2a2d57cefc56caafbe01b9411a 2,172 1.00/1.00 vMB 30
794,088 794,088 0000000000000000000292d4830a7c87e60d85ebd8756e0c5f04a9eb5c2aec95 3,022 1.00/1.00 vMB 41
794,087 794,087 000000000000000000002e2c394519a652a4db59f38fd5fa454eaf0defc73b5b 3,325 1.00/1.00 vMB 37
794,086 794,086 000000000000000000001f14513d722146fddab04a1855665a5eca22df288c3c 1,938 1.00/1.00 vMB 68
794,085 794,085 00000000000000000002503160cd733fdc0b5dcb912bc1f7294b3334f95e9efd 2,402 1.00/1.00 vMB 50
794,084 794,084 000000000000000000041a561ee2576fbc3290f623e4923e3ebd4a7c8f967ead 2,746 1.00/1.00 vMB 38
794,083 794,083 000000000000000000045d8db76e83e91ad3bcaed8c5283fb6338a9bd96bdb63 2,405 1.00/1.00 vMB 42
794,082 794,082 00000000000000000004b650814c838e554b98922083acf804e16a373c9946be 1,500 1.00/1.00 vMB 50
794,081 794,081 0000000000000000000145bef47c0b65bf40ad22c28f8dcf402a55980d0f31f7 1,674 1.00/1.00 vMB 22
794,080 794,080 0000000000000000000284d48555feb11c9f735f3fb657b498cfff51775cc84b 1,661 1.00/1.00 vMB 30
794,079 794,079 00000000000000000004bf7e8d127780b79af5284925c9686d90a37e1eeb6085 2,652 1.00/1.00 vMB 36
794,078 794,078 00000000000000000001c5cb704592ddb1e2a41b90410879f9f8d5e86bb728b6 1,571 1.00/1.00 vMB 24
794,077 794,077 000000000000000000019f0ef485bdc3250ad0388a7298a90dbb5d690d1d863e 2,078 1.00/1.00 vMB 37
794,076 794,076 00000000000000000002199a527f4ddae49e3cdd964847790b106d8edff2dfe4 3,483 1.00/1.00 vMB 42
794,075 794,075 00000000000000000001334a46d39918e1ddc9df3f68176a7192fc2a16afe8a0 1,672 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.24 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: 655.15 GB
    • Received: 14.27 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.