Loading Tool

Explorer IconExplorer

Memory Pool

79,648 transactions
29.81 vMB
0.08891715 BTC
Random Selection Loading Transactions
Max Size: 180.16/200 MB

Candidate Block

Mining Attempt 16387169177926bb9fd59e142406813b5bec82c7cc1d60a15f0616c1e3b6ad8f
Version 20000000
Previous Block 00000000000000000000997246e0ea341cc7494c99602e9246f1c08e494865a8
Merkle Root f292ea9b94b85c1060056ab0ee993861f2043ea4122383672d562b3e5002abfd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,107
Size: 1.00 vMB
Total Fees: 0.02167204 BTC
Feerates: 40.21 > 2.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,140 (138,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
776,830 776,830 0000000000000000000645fd1053c1745b0e9dd0139bcbf4bfcfeaedd2652164 2,693 1.00/1.00 vMB 16
776,829 776,829 000000000000000000063d76645f9dd6bf93ed9af73db94f9afdec9edc5e0489 1,512 1.00/1.00 vMB 10
776,828 776,828 000000000000000000026ca2b8e9e1ede3e520530b598e5e6bc4f72f6f190718 3,316 1.00/1.00 vMB 30
776,827 776,827 00000000000000000007201c8565cf249f7113a2638eaabc1e15e328d776bea5 1,572 1.00/1.00 vMB 13
776,826 776,826 00000000000000000001795d08a48312808dbdd2873bdf068f84e23e1da5ca84 3,119 1.00/1.00 vMB 23
776,825 776,825 00000000000000000003b7eaaf46b0f8ccfb9f3fe2a2458bea8fc47d8210366f 2,939 1.00/1.00 vMB 23
776,824 776,824 00000000000000000001f0158a913d00ec84d3bb0e84b6b2c3ac50445af1b40a 2,477 1.00/1.00 vMB 17
776,823 776,823 0000000000000000000276a5a63ecb919772d067fa27e37558eee36fd9258caf 2,134 1.00/1.00 vMB 16
776,822 776,822 000000000000000000051018b75e75582b68d4ccf1c226a9b3a3e7b542e73db1 813 1.00/1.00 vMB 6
776,821 776,821 0000000000000000000610cc7c965f6d10fbde4953fd3df5659a5164d9fb3d24 745 1.00/1.00 vMB 5
776,820 776,820 0000000000000000000691cb0856fa1cc04938c509413d31d773e1409b253b98 2,003 1.00/1.00 vMB 14
776,819 776,819 00000000000000000005b8cc422cf8700c57517e1d81317f430845ba431598ed 505 1.00/1.00 vMB 3
776,818 776,818 000000000000000000031c4eceed949b43e2dbd7d2ef90a2e5faa4af59f3d469 1,624 1.00/1.00 vMB 10
776,817 776,817 000000000000000000011313be8983202a078b862a3c9ba343dcfd296316a82d 2,698 1.00/1.00 vMB 18
776,816 776,816 00000000000000000002e36b34ed454cbe19bf5368191353feb290db0b68b6e8 1,601 1.00/1.00 vMB 11
776,815 776,815 000000000000000000060d3b3184d5941635c6fb681e5eb7368581d29c31656e 1,856 1.00/1.00 vMB 11
776,814 776,814 0000000000000000000297e2375864a1ee39cb847f7e5301437fc4710ad3f378 2,154 1.00/1.00 vMB 15
776,813 776,813 00000000000000000006780c8f3b0f58f2c14c9d477b59b0711adc4d5e4adc10 514 1.00/1.00 vMB 3
776,812 776,812 00000000000000000006bfac0906060ed54e69b5f2d03034b766aff12afa6fda 2,418 1.00/1.00 vMB 11
776,811 776,811 0000000000000000000430edd06385bb35997236d36aed0dff7f1773bdbd86cd 1,904 1.00/1.00 vMB 14
776,810 776,810 00000000000000000000bb82fce7a86479e75d478849c132864396d0d2d9eacd 3,570 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.64 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: 672.37 GB
    • Received: 16.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.