Loading Tool

Explorer IconExplorer

Memory Pool

18,026 transactions
3.19 vMB
0.01047897 BTC
Random Selection Loading Transactions
Max Size: 25.89/200 MB

Candidate Block

Mining Attempt 86ed1f06c6dd5c7b9e59d00054a2dfbc16a931758376805e0f784698827503b4
Version 20000000
Previous Block 00000000000000000000fe50366923a13ad715ed0ee0e38ebbbff2f25362fb0a
Merkle Root c423d5ac669a5c021dadb0e05565380786e7d129b1b8a695ebf9d266192ae6e1
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 4,338
Size: 1.00 vMB
Total Fees: 0.00818216 BTC
Feerates: 889.88 > 0.82 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,043 (371,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
566,888 566,888 0000000000000000001f17204e9a2ec5e974839a92c1a98dfd7d4beb8d7c5c7a 2,850 1.00/1.00 vMB 44
566,887 566,887 0000000000000000000cf4fb817d94aeaf1099387a82cdbb0a489f1298530318 2,822 1.00/1.00 vMB 30
566,886 566,886 0000000000000000000168cdaafaa01f1b6e87bebd4f48fc5c7d3ec8106af972 2,608 0.96/1.00 vMB 24
566,885 566,885 000000000000000000017d93c6f9d88976f2b96d7dd0430311ee5b7fb05a3cda 594 0.24/1.00 vMB 24
566,884 566,884 000000000000000000242f94b911b8d854e411574c04298b86fb2387a9feb9f7 284 0.09/1.00 vMB 20
566,883 566,883 00000000000000000009de1cb74ec7949143e9140cf8725e8d773980542e3a66 497 0.59/1.00 vMB 20
566,882 566,882 0000000000000000000b14d1799f5bdcc5dfb091c97255dd78aec923b90c216f 1,470 0.90/1.00 vMB 28
566,881 566,881 000000000000000000194f4be05b3e9bee838d351e622ebc7d7320997b734aa4 964 0.38/1.00 vMB 22
566,880 566,880 000000000000000000021b2cedc7735589e35925327b27d5662f3822f5e2c14b 1,442 0.60/1.00 vMB 18
566,879 566,879 0000000000000000001b467410b750fd84ba21b5000db0e4efe06551ddebf2dd 2,843 1.00/1.00 vMB 28
566,878 566,878 000000000000000000031a5bf8b22d194e4fb42e5e8f800d6f3b183a1e0054b4 2,526 0.93/1.00 vMB 20
566,877 566,877 000000000000000000183b41b3c1253dbd1139c3a02ba6db2d3ad38aec5be195 2,797 1.00/1.00 vMB 30
566,876 566,876 00000000000000000012e7f9f3b5acd02fbf06300e8e32973e0f6ec4c4d7775f 505 0.19/1.00 vMB 23
566,875 566,875 0000000000000000000d3e5f38c4ca4bdc87c7b0dfb9feacdb1e177150ac324b 1,033 0.33/1.00 vMB 25
566,874 566,874 00000000000000000009d3cfaf648b48591a0d859c53ab0c0670499e3bf92fd1 1,355 0.73/1.00 vMB 13
566,873 566,873 000000000000000000112621aec3cefb514b295641e9a3e3f93d01ce8cf519b9 2,783 1.00/1.00 vMB 26
566,872 566,872 0000000000000000001dcf3adae435d69186c3961ef31d373c7655ae31867375 2,016 1.00/1.00 vMB 11
566,871 566,871 0000000000000000001bfb7b7e92a05f2e7b0986832509b4a72aa3db326b3d65 2,471 1.00/1.00 vMB 35
566,870 566,870 000000000000000000063473eae325fa621ebdd41583282a490a4f52a3311c8f 2,484 1.00/1.00 vMB 8
566,869 566,869 00000000000000000028fc6a28a7dc0eed4dc79274d5a10020c1f1406772d527 2,464 1.00/1.00 vMB 34
566,868 566,868 00000000000000000029402dea6d8171f15ad7233636a2b6edc88e79b568244b 2,134 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 823.23 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: 4,079.03 GB
    • Received: 222.89 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.