Loading Tool

Explorer IconExplorer

Memory Pool

97,598 transactions
25.55 vMB
0.06821306 BTC
Random Selection Loading Transactions
Max Size: 172.46/200 MB

Candidate Block

Mining Attempt 73247ac448a55be0f2a47350f6e6f69131096073f6975328e6af1558b6a9ac24
Version 20000000
Previous Block 000000000000000000017590cae238dd765f7ca3d7ddb4ea46d35094013b178f
Merkle Root c5043c9e311aa0a2b78a86314da6d40d3dffe53786f600e1eb3d61c0527891ce
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,565
Size: 1.00 vMB
Total Fees: 0.00718897 BTC
Feerates: 85.10 > 0.72 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,078 (910,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
5,105 5,105 00000000707de97ce881e7294db414527cbaec901deb006b471714398a515e51 1 0.00/1.00 vMB 0
5,104 5,104 00000000ce09bb03abbb48b1a6ea4a6af2ed8a248881a2d8e01fa37b0093a17e 1 0.00/1.00 vMB 0
5,103 5,103 00000000d604ed18f352964ba0e60a4dd510f168b727feec6f52325a4f8ee31e 1 0.00/1.00 vMB 0
5,102 5,102 00000000ce1821664f777cd39b9bb5ca4a56746740df26342344c052fec8ca6a 1 0.00/1.00 vMB 0
5,101 5,101 00000000aabde39b81be3d18ddb1e925e3990f6c0f011e6ee6bdccf52ba32531 1 0.00/1.00 vMB 0
5,100 5,100 000000006280c0aba2c1776df0eee0b1f6a773e4d47ae78ee134bcb6ed21bbb4 1 0.00/1.00 vMB 0
5,099 5,099 00000000ff7c514b53d455a10416fd00577efa1284e413e16dcdcb13419ecf0a 1 0.00/1.00 vMB 0
5,098 5,098 00000000bf76e75b9323269e3060d562c68d0da260514a716814f403f52f8cbe 1 0.00/1.00 vMB 0
5,097 5,097 00000000a31782e3a3bb3ff479cf345eb827b72a65462fb5cbadc9147a09e840 1 0.00/1.00 vMB 0
5,096 5,096 000000008cdc52b3a942de8939ac5b23d7d4ebc8cffe3e57aefc0b1abd22da59 1 0.00/1.00 vMB 0
5,095 5,095 00000000c53755573f641113a404aad6f3766d6f7925eef27ded88a22f52dae8 1 0.00/1.00 vMB 0
5,094 5,094 000000000b907129f8d5d8619f38d09318549494964ffc1f1a687340dbbbf866 1 0.00/1.00 vMB 0
5,093 5,093 00000000823171d43b172810bd2ad643dd093f229251e2e64fe6c477ff556340 1 0.00/1.00 vMB 0
5,092 5,092 000000001d13d4bf1518d2afdc48decee30efe8a476ac5ae76c7b597ddef95d7 1 0.00/1.00 vMB 0
5,091 5,091 00000000e8c1ad1efa24df1abf75d90246f71ede2731f5bbc277b007fbd0d8ac 1 0.00/1.00 vMB 0
5,090 5,090 00000000ed25b34ed7c71c613b92d7ce43e912993fdf506dbdf81bf759f9a362 1 0.00/1.00 vMB 0
5,089 5,089 000000006aa8473ec129d0d46edbdbeb8f9f1c05835080372918b2c2c54ffb80 1 0.00/1.00 vMB 0
5,088 5,088 000000000b06eccdae6229a5386160f8e3896e4fa8b6d2cb3e8a445115a693d2 1 0.00/1.00 vMB 0
5,087 5,087 000000003a470f36740bbfe1e35696cf6093a3551638ddb8df4d4de45016276f 1 0.00/1.00 vMB 0
5,086 5,086 000000006679495ce21cd5962ebdeedca2dd15e76145a1a3182ab282842b0b83 1 0.00/1.00 vMB 0
5,085 5,085 00000000140e7c8288bfab47c59d714ddb74280c3ba74afac649ebb9ba253252 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.26 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: 814.72 GB
    • Received: 24.00 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.