Loading Tool

Explorer IconExplorer

Memory Pool

45,666 transactions
28.44 vMB
0.06403368 BTC
Random Selection Loading Transactions
Max Size: 151.47/200 MB

Candidate Block

Mining Attempt b29b3c924f90cfff8eec9a738bbe83b045f13443a7a186e76aff8c9c72e3e7a3
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root e1c8b0a06f26b5d66a655f08fe59fecf93d54a9e14441ddb9a7219380a960ec3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,438
Size: 1.00 vMB
Total Fees: 0.01021404 BTC
Feerates: 50.42 > 1.02 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (388,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
525,991 525,991 00000000000000000029a7eb32f46db77a347b77c73d4473ac9bc61ee6d0883c 1,247 1.00/1.00 vMB 10
525,990 525,990 0000000000000000003f1ba8dd9ef5939fafbcd70a23b5326454ed6168cc8142 622 1.00/1.00 vMB 6
525,989 525,989 00000000000000000037acbd8ccb51a8f09222800eab38f30c89bbe48ade3925 2,092 1.00/1.00 vMB 12
525,988 525,988 0000000000000000000e62f80def774b415e812da4473cdb49f3ba56ea0f1865 676 0.26/1.00 vMB 3
525,987 525,987 0000000000000000002a4d57abaaac61ceef664361019919bb561c4e8a96ad70 2,126 1.00/1.00 vMB 20
525,986 525,986 0000000000000000003d51474af12a7ff87ca067c3c7dfe9003ec2967951ebde 1,085 1.00/1.00 vMB 10
525,985 525,985 0000000000000000000a99b431d42dd5ef62e2a39f035cdd0a3259689d2211cb 543 1.00/1.00 vMB 3
525,984 525,984 0000000000000000000df955bfc8ddd91fbd804ba56de194f6af4431d9f6fabc 2,314 1.00/1.00 vMB 22
525,983 525,983 00000000000000000017aa09f19558ce62c1cd2540ab95b8e919cdf62c5669c2 1,970 1.00/1.00 vMB 13
525,982 525,982 0000000000000000002e0677e64c7b87d423b8727d5d63b6bebaec29a7f412b7 1,869 1.00/1.00 vMB 14
525,981 525,981 00000000000000000039e19bf190d7c3e35eac041f6a0a6dd60a300aaf63c7fc 2,076 1.00/1.00 vMB 13
525,980 525,980 0000000000000000000473a8fd2e5ed2dbe0bffbbcc838886856935ccf9c3af8 1,192 0.52/1.00 vMB 31
525,979 525,979 000000000000000000306f667d755c468cc5fa85829c4f932f54bc359365c08f 802 1.00/1.00 vMB 5
525,978 525,978 0000000000000000003edf651298f90c58d1d117d71dbc66d275b4595e019547 3,044 1.00/1.00 vMB 9
525,977 525,977 0000000000000000001a6b5688f6cc7bc5e9e9e524edbc8262aae15ac0a94724 2,189 1.00/1.00 vMB 39
525,976 525,976 00000000000000000007d01db527a0c226aa3da71ba4adc9ba830af695841228 313 1.00/1.00 vMB 2
525,975 525,975 00000000000000000027b1a3d4509b32de896d5482412109964aaf4a713c04d0 1,301 1.00/1.00 vMB 12
525,974 525,974 0000000000000000002ddc13593d20a15a58af6a9e34bbac51c4089a8b6d698c 2,609 1.00/1.00 vMB 18
525,973 525,973 00000000000000000033033d46b572bf8ee7c98f556fdbf8db743a1178a07d29 420 1.00/1.00 vMB 4
525,972 525,972 0000000000000000003283f7df2dff631f12d6699c5d508aed5b86894705a10a 1,259 1.00/1.00 vMB 8
525,971 525,971 0000000000000000002780c7f06c7ba39a7ac6908f3a32e6697c60e3027f2d52 471 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.11 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: 652.01 GB
    • Received: 13.68 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.