Loading Tool

Explorer IconExplorer

Memory Pool

79,126 transactions
29.63 vMB
0.10708680 BTC
Random Selection Loading Transactions
Max Size: 178.34/200 MB

Candidate Block

Mining Attempt 79735620f0b279a25860ef6472d703e4c42a2f896ec0661afb91eb5b2c1ea3f4
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 46573af18c837187ef1a059a20f7bef5572e1f9d838c614c04cd22b55afa7527
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,571
Size: 1.00 vMB
Total Fees: 0.04145848 BTC
Feerates: 164.34 > 4.15 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (126,618 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
788,523 788,523 00000000000000000003d2555d76c843908274aaf75d66cec44f47772a682ed0 5,032 1.00/1.00 vMB 78
788,522 788,522 000000000000000000009ba39ab7376ef2b4ecd53b0d8c5100d25943f08b7f7f 4,705 1.00/1.00 vMB 89
788,521 788,521 000000000000000000029e057ecd775e2c8412d9b72043ad126ecdb4c58ec320 4,660 1.00/1.00 vMB 108
788,520 788,520 00000000000000000005661afd6be87d8b71357144a409f6c62422ac0a02a9c8 3,907 1.00/1.00 vMB 125
788,519 788,519 00000000000000000005ad5ca7f59572a0e0407f8f76756616c3b607c66b7c54 3,001 1.00/1.00 vMB 115
788,518 788,518 0000000000000000000398122f858450ff94a1893f488c208b1c714f5d2cf6cb 4,026 1.00/1.00 vMB 140
788,517 788,517 000000000000000000059e7d5d22eeb609ea143a85dd87c1d1cd7a055fbb489f 2,227 1.00/1.00 vMB 150
788,516 788,516 00000000000000000005355d8d8ff2b5b48f9aa84b2a7f6a400c47798e04d3f7 1,179 1.00/1.00 vMB 159
Previous 10 blocks ↓
Total Size: 782.66 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: 673.05 GB
    • Received: 16.36 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.