Loading Tool

Explorer IconExplorer

Memory Pool

78,636 transactions
29.14 vMB
0.11781623 BTC
Random Selection Loading Transactions
Max Size: 175.78/200 MB

Candidate Block

Mining Attempt 2d9fe123b0e1f7efb3b987e74627c53741ed9572c94f5f47dcfa37d945c3855f
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 9fd9ac295340d73313cd6c2ef8d48d8f31ed4a6999a625a2a10a4a7fe996c91d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,108
Size: 1.00 vMB
Total Fees: 0.04246528 BTC
Feerates: 150.80 > 4.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (65,655 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
849,610 849,610 0000000000000000000058dc0cacae516ac3384e1ddd45ee68920cf8c7f57a29 3,501 1.00/1.00 vMB 18
849,609 849,609 000000000000000000022b48bc3d801573f1a2a92edf083e7cf5e12815296a82 3,170 1.00/1.00 vMB 25
849,608 849,608 00000000000000000003195496e8bbd514348c906defdc1f16f66cae2b467b8d 1,955 1.00/1.00 vMB 13
849,607 849,607 000000000000000000032115704e152e2bbf74a29116f346e8fa64b03cdcfb25 2,742 1.00/1.00 vMB 14
849,606 849,606 000000000000000000025e9bd4d3feea73f52c236a7cf736f18c26e7551581fd 3,775 1.00/1.00 vMB 15
849,605 849,605 0000000000000000000018c49a1ac6bb3123d76c6eef710ff81c41c365fcfd04 3,322 1.00/1.00 vMB 20
849,604 849,604 0000000000000000000052cf190d1a269fa6ce088737d459948bb59488d7480a 3,674 1.00/1.00 vMB 24
849,603 849,603 0000000000000000000230f0e2c720bb958a04b0389d53e5a4dac5a0bfd211cd 3,464 1.00/1.00 vMB 25
849,602 849,602 0000000000000000000335b88f778cc71fe8649e735c5aee3d46711643e9b5fa 5,869 1.00/1.00 vMB 10
849,601 849,601 000000000000000000000cb16f9c0db7b74a61cb79c4e5c0a575fc97b1603cba 2,345 1.00/1.00 vMB 11
849,600 849,600 00000000000000000000cf6bbba3ed4108d7bbd4c933b202b810a6665bff0215 4,696 1.00/1.00 vMB 8
849,599 849,599 00000000000000000001717729840ec94e7bf9f0a5ea76848a90f1608e2a78cb 1,482 1.00/1.00 vMB 14
849,598 849,598 00000000000000000000d688119388ae1604ac5e18142608d1c40b7db24aa1a3 3,050 1.00/1.00 vMB 9
849,597 849,597 0000000000000000000269d9af1c5d62cc30064bbdd889a1f4b15d90ba7a3a21 656 1.00/1.00 vMB 11
849,596 849,596 000000000000000000017e8d179066aead28671feb8e5d848806759645a46674 2,873 1.00/1.00 vMB 17
849,595 849,595 00000000000000000002e300542fb18db0a8434e1cd1757bd262e9518d54dd24 4,986 1.00/1.00 vMB 10
849,594 849,594 00000000000000000000923c44180f58d1e30aac85c83133ff9cedffa03ee208 2,266 1.00/1.00 vMB 8
849,593 849,593 00000000000000000000b2d280ea87d246bb1b9a57d45731997f23205d125b87 2,000 1.00/1.00 vMB 15
849,592 849,592 000000000000000000033421b31396dca7649ce068d5b5ae647741ac50600257 1,472 1.00/1.00 vMB 9
849,591 849,591 000000000000000000005dec1cdc31f53686c285ef87386af119a04fc14f8d46 1,737 1.00/1.00 vMB 13
849,590 849,590 00000000000000000002bd12bb7f50a906b5bbb9af39b3d90002cfe9988e8b4c 1,194 1.00/1.00 vMB 12
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.78 GB
    • Received: 17.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.