Loading Tool

Explorer IconExplorer

Memory Pool

79,118 transactions
29.35 vMB
0.12423882 BTC
Random Selection Loading Transactions
Max Size: 176.71/200 MB

Candidate Block

Mining Attempt d21012d85cf5620bb22fef9f2c794c46b5029fc0b71283a17b4bfa5203e6d03d
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 05487dc0672f9039f8c5b0d745f43fb57eb371e6173a2860e32085d5d13707e8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,294
Size: 1.00 vMB
Total Fees: 0.04503373 BTC
Feerates: 150.80 > 4.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (288,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
626,612 626,612 000000000000000000094a9cc990dc3f1d4ce652b95035800632104febaa5aa0 656 0.20/1.00 vMB 15
626,611 626,611 00000000000000000004453e3f3c74cfe546d9be4989b00f5b51a9ba31c08925 1,636 1.00/1.00 vMB 10
626,610 626,610 00000000000000000008367b85b0bf7ddb7308d6577f284a05077075ce73a620 1,372 0.53/1.00 vMB 12
626,609 626,609 00000000000000000003d3200db5e6236ac8159fec72417e94f28ba957e69f7a 1,978 0.98/1.00 vMB 10
626,608 626,608 0000000000000000000fb211449d5f8ce5a9ec8fe8025fd410a771c569903824 560 0.27/1.00 vMB 9
626,607 626,607 0000000000000000000620559d6f3ca366d4a2040746e3b57b24def9f18643cf 1,766 0.60/1.00 vMB 14
626,606 626,606 0000000000000000000ae2e749438df75b113eb13a39c4620d752e212ad926cc 375 0.16/1.00 vMB 5
626,605 626,605 00000000000000000003ea0a9ca7f509e73449e989c985b02edbe9bb27df2bb7 1,471 1.00/1.00 vMB 8
626,604 626,604 00000000000000000010cd75df62db841f0b39b6021d1651e4aedb632047a3fb 1,111 1.00/1.00 vMB 5
626,603 626,603 000000000000000000012ec2dc9f221a9120ed25658cfde5fb8b020da1bd9861 1,402 1.00/1.00 vMB 6
626,602 626,602 00000000000000000000fbfa1fa894cc37d58f214e2333f08a22cc8d0df8acdf 2,074 1.00/1.00 vMB 6
626,601 626,601 0000000000000000000d143a165ecd24b00ee1660bf063ed91c6df4d74f2ee9f 3,040 1.00/1.00 vMB 23
626,600 626,600 000000000000000000011d1b9f923b6656c7d6305238025d17cd9ee2ad7e2a67 3,161 1.00/1.00 vMB 16
626,599 626,599 0000000000000000000cf5a5d4dfc4347c0c1a863ec5fdb429b02b2162e5bba8 2,368 1.00/1.00 vMB 4
626,598 626,598 000000000000000000026387f329374d291cea017499ca786191f021b8c851bc 1,512 1.00/1.00 vMB 19
626,597 626,597 00000000000000000010882166773aa46a54cebb8024777f9ebcd3b66816ce04 2,458 1.00/1.00 vMB 11
626,596 626,596 00000000000000000000d00c44dcfe05197a01a951acfb7837de310c801cabfa 2,657 1.00/1.00 vMB 8
626,595 626,595 0000000000000000000a52f5bfcfe9a25089a9b3eb4ca2cffc79b7bcb9d425a1 3,037 1.00/1.00 vMB 10
626,594 626,594 0000000000000000000a424f264da527c48f87ae2ac76f896b6ac8ca6c404a54 3,084 1.00/1.00 vMB 24
626,593 626,593 00000000000000000000ec7d20fd144fd8c3d8a7e177048f0843e6a5781aff8a 2,612 1.00/1.00 vMB 15
626,592 626,592 0000000000000000000f48f8401325b6dbb0ec5b0dd61587049e0724977b9a2d 2,828 1.00/1.00 vMB 23
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.79 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.