Loading Tool

Explorer IconExplorer

Memory Pool

76,755 transactions
28.79 vMB
0.06616379 BTC
Random Selection Loading Transactions
Max Size: 172.09/200 MB

Candidate Block

Mining Attempt 7e8a71eb3b39217a2cf4f540f05fb892418e4212a1bffc0a1fe8b252191ce75a
Version 20000000
Previous Block 00000000000000000000c0578122c3a20c1a0fa197853326ae531fa58ec09638
Merkle Root 60de9987ccc862d625f9a1e3661f628a58d0ef2ba23b899a89a9ef42a46e58e0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,713
Size: 1.00 vMB
Total Fees: 0.00815238 BTC
Feerates: 73.20 > 0.82 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,061 (227,954 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
687,107 687,107 0000000000000000000ae7725d8d52604b94307769642d39b7b0340b7ec3ceeb 2,376 1.00/1.00 vMB 59
687,106 687,106 00000000000000000005ddfffc9c988129df72779d4cd62b26c3840dc0f152cb 2,035 1.00/1.00 vMB 38
687,105 687,105 0000000000000000000cd24687806a6a141881ef304829c0dd76fd2bfb777b4a 2,713 1.00/1.00 vMB 51
687,104 687,104 00000000000000000001f71fff45eb09f63ced55bf2e0ce137ef25d21a9d4175 2,930 1.00/1.00 vMB 52
687,103 687,103 00000000000000000007bd4bb8e19673496bd56ac903a6dab3c08dfd7db37d84 3,378 1.00/1.00 vMB 30
687,102 687,102 00000000000000000002baf5218ae8152ff2d7f00fd3f4bab4071ee349fcb48b 2,977 1.00/1.00 vMB 29
687,101 687,101 0000000000000000000637a6ae604ff3e107aa90cd91fa4f7b05737db3f82dc5 2,322 1.00/1.00 vMB 30
687,100 687,100 00000000000000000004aed32040e048b97fa3dd814f66ced93eaad366d15aa2 1,360 1.00/1.00 vMB 39
687,099 687,099 00000000000000000007e6b24a4078a53f0af40081fdd94e97726c6020429bd4 1,721 1.00/1.00 vMB 33
687,098 687,098 000000000000000000042c125ba0f016b8b27b32f7591a52f01740f9ef8ab0a8 2,480 1.00/1.00 vMB 56
687,097 687,097 0000000000000000000ced542c68962c83fce3f1d490953822f2b014564ff08a 2,350 1.00/1.00 vMB 47
687,096 687,096 00000000000000000000b63b55bf09bb80c1efd5fb7232fbdb22396b51ff1903 2,239 1.00/1.00 vMB 41
687,095 687,095 0000000000000000000bce2ce5f34a4d0ffb9109612f322d059418515fbc1e9a 2,867 1.00/1.00 vMB 53
687,094 687,094 0000000000000000000406d68abd1e7479f0f6caadcc89bfed643fffa848949b 2,948 1.00/1.00 vMB 24
687,093 687,093 00000000000000000001d2eb09b681bbc853603b1267cec703ecf4527c1d0ea8 1,392 1.00/1.00 vMB 30
687,092 687,092 0000000000000000000cac47dbcfb0330ce2f539dc675d1af4488f86a40184b0 2,333 1.00/1.00 vMB 33
687,091 687,091 00000000000000000006777cfeb4ac8500dbdc7cda70b7efc07b65e78eecc1e2 2,469 1.00/1.00 vMB 53
687,090 687,090 00000000000000000008d1aa38e0476a8a19fe12958ab0b916c00eae9a8db964 2,624 1.00/1.00 vMB 47
687,089 687,089 00000000000000000004815e84d07aaf25f356309ecf604f00b9052d879bd5ed 2,497 1.00/1.00 vMB 39
687,088 687,088 00000000000000000007c13eac2c7b12d3bfe417f6395520c53e34e3d4c4555b 2,449 1.00/1.00 vMB 35
687,087 687,087 0000000000000000000b8022d456f67f375c5a007ac4e2ad00ceb5dd2be3f83d 1,189 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.50 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: 668.38 GB
    • Received: 15.49 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.