Loading Tool

Explorer IconExplorer

Memory Pool

78,384 transactions
29.39 vMB
0.06679332 BTC
Random Selection Loading Transactions
Max Size: 176.56/200 MB

Candidate Block

Mining Attempt 58ac2f9f3af2dd2d589c40d110e6b68ee649a096da7370aad3502b032df0df9c
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root a33530334dc6b39da308bd001921945bc74236595fdee3207538dd51c0e72cd2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,037
Size: 1.00 vMB
Total Fees: 0.00722155 BTC
Feerates: 40.21 > 0.72 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (227,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
687,086 687,086 0000000000000000000b09db2a167836ab62c8247440006e50331e38a427be40 2,703 1.00/1.00 vMB 35
687,085 687,085 0000000000000000000b2293b18440b07466180a498de19eaf462a16e44358a0 1,089 1.00/1.00 vMB 30
687,084 687,084 000000000000000000087d507e4341008038fa6f6f6592faa446018348053acf 2,019 1.00/1.00 vMB 32
687,083 687,083 00000000000000000002e8c82bec208f7a48f0bd54ffdf2f2f27816500a44710 1,966 1.00/1.00 vMB 47
687,082 687,082 0000000000000000000b747a99cc79da361a6fc1f3a3056791b18cbdd2aa68e4 2,030 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.