Loading Tool

Explorer IconExplorer

Memory Pool

75,849 transactions
28.13 vMB
0.08837873 BTC
Random Selection Loading Transactions
Max Size: 170.58/200 MB

Candidate Block

Mining Attempt b650226997162a8042c37f3370160dcb0376d8127f6f37dc60b83793c4f2139c
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 5e4e1a25ab71932e8220b8282f5394b1b2c4c21eaf54655d175390bcfca6c1fc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,666
Size: 1.00 vMB
Total Fees: 0.02704118 BTC
Feerates: 150.80 > 2.71 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (549,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
365,587 365,587 00000000000000001510d3bdf5cc069d228d3a6b0d7e1c29fa4f60c360ac4b75 1,263 0.95/1.00 vMB 24
365,586 365,586 0000000000000000078148d9b89ea552378ec09b286cf308b6efff49e09f32d9 244 0.91/1.00 vMB 6
365,585 365,585 000000000000000007fe6e283d6b857c010be0610c0e2c874dace87773265756 567 0.29/1.00 vMB 40
365,584 365,584 00000000000000000e9c0f931460d7bb40cdbb7de12ae69640e978b4ee05efcc 1,011 0.75/1.00 vMB 22
365,583 365,583 000000000000000012fd950187917fcb41acda10e420ed013dca9a737a0b7eaf 491 0.93/1.00 vMB 84
365,582 365,582 00000000000000000b3d7ccd8af4af7be6f37cc9231a6d99e74c0ed0e2f5b2f1 829 0.46/1.00 vMB 39
365,581 365,581 0000000000000000115bdb08a4faa7a0a77e977aba635ab5a8f5ab2f1e064020 464 0.31/1.00 vMB 26
365,580 365,580 000000000000000007bfc0de1588a82d5784f58c253b9f04d63f2ffa43f2e77b 626 0.92/1.00 vMB 11
365,579 365,579 000000000000000003307984a0ff7b9da42bf6f8b3ca01dd1c632d1e4e019424 1,218 0.75/1.00 vMB 33
365,578 365,578 00000000000000001113cd7699988701661e57d83b6ae2b7e75bb3667dcecae7 2,562 0.95/1.00 vMB 54
365,577 365,577 00000000000000000e76821cb710d1a40878ead2e83fa8a0ec26b31f92263b09 1,162 0.59/1.00 vMB 50
365,576 365,576 000000000000000007e3230c30b888a45e8436b026e5f2c774f94fd9055c360f 345 0.29/1.00 vMB 26
365,575 365,575 0000000000000000122a26e79ae5f06645a0438fb7dca146591d1e8563a007fd 1,074 0.95/1.00 vMB 27
365,574 365,574 00000000000000000a952268cc76b9002bcec8a5e22b290c1a06b76e8fe865f8 2,522 0.95/1.00 vMB 56
365,573 365,573 00000000000000000515742cf503d906ef7d256e7f117a495d16dea10b84094f 460 0.29/1.00 vMB 31
365,572 365,572 000000000000000005de9adcd0a412d6a886bcf26682c753f2cd522e607fcb5d 1,852 1.00/1.00 vMB 47
365,571 365,571 0000000000000000048f0e7959628c9550fca0f2d3aed63bc3920637b2b86e71 1,623 1.00/1.00 vMB 36
365,570 365,570 000000000000000004d13340e79885b681373f3b32dce4410d795ef86e2cc64e 778 1.00/1.00 vMB 18
365,569 365,569 000000000000000013301088c2cf3086aa6c1a8c091210147996fdb5a2856867 820 1.00/1.00 vMB 19
365,568 365,568 00000000000000000a3ef2cfac895e8ec293910f16f65886e0bd3a9a0563d911 281 0.22/1.00 vMB 18
365,567 365,567 000000000000000000db7c716b995f2e6bf826dcadce9918cf21b6efc075af79 820 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.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: 712.61 GB
    • Received: 17.20 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.