Loading Tool

Explorer IconExplorer

Memory Pool

82,777 transactions
30.49 vMB
0.12448247 BTC
Random Selection Loading Transactions
Max Size: 184.44/200 MB

Candidate Block

Mining Attempt 2c1ba8b7a8cf7cbe28745ca19b48105878f4f55882796746fbce426e2cfcad8e
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root ffc7b51cda9a62887a945279dd1500b8a7be6e0201da880b0bfa330be335e7dd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,061
Size: 1.00 vMB
Total Fees: 0.04448546 BTC
Feerates: 150.85 > 4.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (126,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
788,544 788,544 00000000000000000001c301d8c182b5925fb7a30235c1115733ea18fc6c3622 3,526 1.00/1.00 vMB 135
788,543 788,543 00000000000000000003625fadb8b8a2a35402567d2862251fc05496e131baf1 3,997 1.00/1.00 vMB 147
788,542 788,542 00000000000000000004c8778366f9a5bf8cc9f3c05cbd85308b8e604c6af1f2 3,598 1.00/1.00 vMB 144
788,541 788,541 000000000000000000043ac25d04c651a407d9798cf8b9b1a4e4b7ce5cf879ed 4,154 1.00/1.00 vMB 122
788,540 788,540 0000000000000000000050883bda93525c9579165c8e4c6865999a8c57dd7e20 4,740 1.00/1.00 vMB 102
788,539 788,539 0000000000000000000182417866c7c674dc39e9266fae5acb732cc7e12619f0 3,600 1.00/1.00 vMB 134
788,538 788,538 0000000000000000000066aff89b6f3739cd2aecb4f1e2a25c3939085a72899f 3,839 1.00/1.00 vMB 154
788,537 788,537 0000000000000000000151efb716c5af99966271f59f92b0deca71c13faea703 4,704 1.00/1.00 vMB 98
788,536 788,536 00000000000000000000c41a3f0d44d0ffe51c4d3f929193cc3f42d39634240f 3,970 1.00/1.00 vMB 127
788,535 788,535 0000000000000000000591429c636f21c6859d1f50cf9adb83e5b97e4d7e5c41 4,170 1.00/1.00 vMB 148
788,534 788,534 00000000000000000004c52955e89517cbd8a9b8e4ae04af3450797df2f76a64 2,133 1.00/1.00 vMB 174
788,533 788,533 00000000000000000000faf1f96b92ec079912d6f9a1f712271d155beadaa8f1 2,775 1.00/1.00 vMB 107
788,532 788,532 00000000000000000002aa837f289a2b4c07474b751c7aa6dbdd84ea4addc156 4,175 1.00/1.00 vMB 128
788,531 788,531 000000000000000000033a350b9129d336668790746b73aa47c8043f67cdf546 4,062 1.00/1.00 vMB 133
788,530 788,530 00000000000000000003e4bee056da9717384fe4350e66cf2dd08929cee584fb 3,660 1.00/1.00 vMB 164
788,529 788,529 00000000000000000000bacd95475de489f0a51c945b1e96a303aa0f61eeae57 3,997 1.00/1.00 vMB 131
788,528 788,528 000000000000000000013b4ebacda77b0b21a5853d5d9d7d64fd5675645cf568 4,072 1.00/1.00 vMB 124
788,527 788,527 000000000000000000028a48b74dd987aff0226ad75915474e61ad7fa8daf307 2,899 1.00/1.00 vMB 163
788,526 788,526 00000000000000000001879995e2ba9a49bdcb88200eaa619062dcb23a8ab0ff 4,639 1.00/1.00 vMB 79
788,525 788,525 00000000000000000000fffb73ca5118c52d476e33b08577a39fee70c5af1b76 3,976 1.00/1.00 vMB 108
788,524 788,524 00000000000000000001595049ed02ced4254dbbcbb1464dff428be4dff63a4d 4,979 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 782.63 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.