Loading Tool

Explorer IconExplorer

Memory Pool

40,962 transactions
20.19 vMB
0.07995032 BTC
Random Selection Loading Transactions
Max Size: 112.24/200 MB

Candidate Block

Mining Attempt be75c682f9189119bedfd4068e808f458a7caa7969c9e9ac6a0681a627b1a274
Version 20000000
Previous Block 000000000000000000007a0cd34982de1d141109cf84d849ff739c12e62220ed
Merkle Root 1e1a167c02025ae8589ed371f46525fae947219270a8441b97addc90cfa1425c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,420
Size: 1.00 vMB
Total Fees: 0.04005659 BTC
Feerates: 145.95 > 4.01 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,106 (4,275 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
909,831 909,831 0000000000000000000002b4b14225908444a31c7d4e31b14088e5d2cfbbb25c 421 1.00/1.00 vMB 0
909,830 909,830 00000000000000000000b9ff70724c7304405d763d5a3b9558c0507ce0c33c55 887 0.23/1.00 vMB 3
909,829 909,829 00000000000000000001ddf0f8c1741ee1646d0393d4fa8548c690c03364a636 1,788 1.00/1.00 vMB 0
909,828 909,828 00000000000000000001a4859d850dee8aed7959ab57065c46c322735e76e96f 2,879 1.00/1.00 vMB 3
909,827 909,827 000000000000000000001aa6df17ea4685da9c5e4134b228ae398cc50a65265b 1,328 1.00/1.00 vMB 1
909,826 909,826 000000000000000000009e9a81372efe4b1c8b9aad6bb4bbaa47d38006b6d127 1,324 0.33/1.00 vMB 2
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
Previous 10 blocks ↓
Total Size: 780.79 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: 559.44 GB
    • Received: 7.21 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.