Loading Tool

Explorer IconExplorer

Memory Pool

25,381 transactions
5.92 vMB
0.03459438 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.80/200 MB

Candidate Block

Mining Attempt 730ff1265ec29cd128d8db6c2e96f7aada14cf148b67d440b62806004593faf3
Version 20000000
Previous Block 00000000000000000000d7318bad5d3698ab014db08d08ca274b94c8882dcf45
Merkle Root a679370bc4b1e8767de1c1c8de04d08b694bf83cd6afeddfb8f9927965d217ed
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,012
Size: 0.95 vMB
Total Fees: 0.02158995 BTC
Avg Feerate: 1.37 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,142 (883,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,572 29,572 00000000bbce62edb4d0528a9309e5c7bdc825e2ccf62723c0671982a733adc4 0.00 MB 1 0
29,571 29,571 000000000923a9cb383eca73a1e9897d2f3c68442de3769f7e1fae2dfd461456 0.00 MB 1 0
29,570 29,570 00000000c59985c802946121bb2edf00e8dfc88660cd99d62009acf5d83e1a24 0.00 MB 1 0
29,569 29,569 00000000dc0b14ef330d70b50b13f5dce3566a19e8a908ef312088042b68c8d8 0.00 MB 1 0
29,568 29,568 00000000e3667b8e245f22553466402cf50fc1bec4ec11e87d57770585fbfced 0.00 MB 1 0
29,567 29,567 00000000c39c851d6e6dffa67494b38b41569e59bee0628f8fad57ed96820d4d 0.00 MB 1 0
29,566 29,566 000000000f5d28aff1a6d612acafda55bf8185580bb6996bb3e40e7dc76df7e6 0.00 MB 1 0
29,565 29,565 000000008c0f4782b2dc2c58938b1fadbeee07e88ca1e81806621473581b0c8d 0.00 MB 1 0
29,564 29,564 0000000066fbcf9ddd8cb62a19669b04be9168bb10eafd422542bd49d79a214f 0.00 MB 1 0
29,563 29,563 00000000f1342ed73d8fe382c9e8479485557d43383f437e7e34d32980c082d6 0.00 MB 1 0
29,562 29,562 0000000087dc96f74560e122c20144e97a25cd350b2c72ec35a4fb8ffa7e01ce 0.00 MB 1 0
29,561 29,561 00000000d7af115819b49b44da58647adf8e1ecf6f2a06a90d7317c74483a004 0.00 MB 1 0
29,560 29,560 0000000044807f8fafeb39a00d43d05d83eff5a5b9c8563956d183ab2c68ad8c 0.00 MB 1 0
29,559 29,559 00000000f132d24ddf4670af54152864506afbf1eee32d49daa432508151bef1 0.00 MB 1 0
29,558 29,558 00000000504d99781095c25dbba328e39c263e1f2e6ff520f9de49e2ef147ee5 0.00 MB 1 0
29,557 29,557 00000000c329a213b0979e329eae79abca6135e0768021ee50658590e1f2781b 0.00 MB 1 0
29,556 29,556 0000000061eb64cf511e350dc79f61969f2add18877f69ec83ee29fe2f37caa1 0.00 MB 1 0
29,555 29,555 000000008f1d370ce922e695589a4ef9ee9b051212b021c91a1f10eb687464a8 0.00 MB 1 0
29,554 29,554 0000000071e060d453107188fa12ea8d2ee0d7d92def1631d1b23f7fddf1db2e 0.00 MB 1 0
29,553 29,553 00000000a5da62b544908106053cac3015b75a88ec285ee8ba5188a48210fd57 0.00 MB 1 0
29,552 29,552 00000000a6c91efd8ff5f59629876dc102c70838ec6d835dff9c806d38b2587e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 779.10 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 76
    • Outgoing: 10
  • Data Transfer:
    • Sent: 127.53 GB
    • Received: 0.62 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.