Loading Tool

Explorer IconExplorer

Memory Pool

28,389 transactions
17.84 vMB
0.04065053 BTC
Random Selection Loading Transactions
Max Size: 93.88/200 MB

Candidate Block

Mining Attempt ed91eea64ec17a0672ea6205d1450ca17504980df577296ffe9a93f7c2e7130b
Version 20000000
Previous Block 000000000000000000005b8e0d83987284c949fe1b5a37249d508460e17cb30e
Merkle Root 7ec6e7e7e9f4c91c1014ca40f9d14aff817a2d6aecfe68982ef109f8ecc1fa85
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,764
Size: 1.00 vMB
Total Fees: 0.00751638 BTC
Feerates: 52.19 > 0.75 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,143 (4,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
909,825 909,825 00000000000000000001bedc3ea303fcc2cc6e107bb8f5869e704b6558871db9 2,922 1.00/1.00 vMB 3
909,824 909,824 00000000000000000001c816b15d4df688331d37e6eced8e56f7bcac34908fab 1,994 1.00/1.00 vMB 1
909,823 909,823 00000000000000000001afe87d23acb2bc4aacc06e461881d4f102b49ae2fdbb 1,806 1.00/1.00 vMB 1
909,822 909,822 00000000000000000000774f3e90655142f7605b3551b9899af8b455183fc3f2 3,739 1.00/1.00 vMB 2
909,821 909,821 000000000000000000001427d4542a6e91b86025228a744b102165ffb0c76a8d 3,285 1.00/1.00 vMB 1
909,820 909,820 00000000000000000000db7c8b567b036200512b9dca7615f484b3f8c75c29bd 1,603 0.56/1.00 vMB 2
909,819 909,819 0000000000000000000203ad5e959782f892fe982dec12b1c4015aa25b6fd3e6 2,309 0.77/1.00 vMB 2
909,818 909,818 00000000000000000000242948ed7c8ae10670d5890867c776a284c84a70dd38 3,100 1.00/1.00 vMB 2
909,817 909,817 00000000000000000000c770aeceb5d34d8452df1e9cc125ad1604f2b6051e4b 2,500 0.79/1.00 vMB 3
909,816 909,816 00000000000000000001fde448e8b9dcd5b709f03ddefe95e7b02fdb79ea1d88 3,319 1.00/1.00 vMB 2
909,815 909,815 00000000000000000001f523f5ab9f75a4a1ac32db0f6ab76da7fceafd79b1b3 1,227 0.33/1.00 vMB 1
909,814 909,814 000000000000000000014f756daf3351641c768b3a6a7e0f8396a1b58219de43 3,175 1.00/1.00 vMB 3
909,813 909,813 00000000000000000001cb54b62d50f3b614b2a0e777870fffe5ad5d836f3691 4,321 1.00/1.00 vMB 1
909,812 909,812 0000000000000000000084f84e5e3acf164050e5e9c660059f0005810fb0b17f 1,744 0.58/1.00 vMB 3
909,811 909,811 00000000000000000000836a49bac72a4c49f7166928803416f4aa479f6353a6 598 0.16/1.00 vMB 2
909,810 909,810 00000000000000000000928c436f6c077ecf048635358a607e0ffb27c3a63c35 4,914 1.00/1.00 vMB 0
909,809 909,809 0000000000000000000164c24db542b66627398810de16dd19e5909b013401b0 682 0.29/1.00 vMB 2
909,808 909,808 00000000000000000002149d1a84101ae7439336bbcee3f5293e74abeb10ec65 3,750 1.00/1.00 vMB 2
909,807 909,807 000000000000000000014c8af9eb27891c3a67bf4ec906a1422c0d02729b93d8 4,720 1.00/1.00 vMB 0
909,806 909,806 00000000000000000000d28a7b4a951a597d32aaaa629c576b30c740da19a787 4,166 1.00/1.00 vMB 1
909,805 909,805 000000000000000000008ad548a2cb6148c5f27fd0d4e65ed5580f33c109f1ae 1,032 0.28/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 780.85 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: 562.95 GB
    • Received: 7.50 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.