Loading Tool

Explorer IconExplorer

Memory Pool

77,391 transactions
28.75 vMB
0.06998712 BTC
Random Selection Loading Transactions
Max Size: 174.42/200 MB

Candidate Block

Mining Attempt b365a3fed81e8d901ceb8a985ac282938731383a6e40e8d89cbdfc50dfd9b4b0
Version 20000000
Previous Block 00000000000000000000a3d0f5c6cfeed8adce1f3d87a1319020a3e5786a42ed
Merkle Root 625330a8435d2aa544bb748d72659b3d96cdd6f8b0ce361713ea14593a12917d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,262
Size: 1.00 vMB
Total Fees: 0.01029174 BTC
Feerates: 299.43 > 1.03 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,092 (247,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
667,291 667,291 000000000000000000069d6765b53cfac92ffe85d4550f085b34fb5ecf76dcf0 2,787 1.00/1.00 vMB 81
667,290 667,290 00000000000000000000c6a88bb6fb12994a33df1bd48b2605603255f435228d 3,171 1.00/1.00 vMB 116
667,289 667,289 000000000000000000073782d7c47a6428d00260f48718c35a1af6bcc7dee71d 2,354 1.00/1.00 vMB 93
667,288 667,288 0000000000000000000a0d064683bea1d55940e55a0c6e01fac2fbad01e28ab2 2,388 1.00/1.00 vMB 70
667,287 667,287 000000000000000000018c41a40ddeec694bc527b8ce7f67f3020773b75015bc 3,103 1.00/1.00 vMB 110
667,286 667,286 00000000000000000007c980e5ce711b011db9187acc56fb4d8142f60831afca 2,318 1.00/1.00 vMB 15
667,285 667,285 000000000000000000085ea2fe4648f08f7ad6a092478b1bc007a39059850b8d 2,245 1.00/1.00 vMB 16
667,284 667,284 00000000000000000000300bc53f704f0786a99351d1a7df16ccb541a48e714f 1,444 1.00/1.00 vMB 24
667,283 667,283 0000000000000000000249f3e3ace91bb46946539091b4aac06d4cbfec9548fa 1,072 1.00/1.00 vMB 54
667,282 667,282 0000000000000000000d104d6e77c9420b36716a602e1b07645199b19c2e81e3 2,712 1.00/1.00 vMB 100
667,281 667,281 000000000000000000039ce32622e4ec0b22cd2d7bb5f12991539a03ee525b3c 1,824 1.00/1.00 vMB 73
667,280 667,280 00000000000000000007797eadffca81f8bd3067e8cdf5ed83f1a62afb982f74 3,265 1.00/1.00 vMB 116
667,279 667,279 00000000000000000001b3d7708b9240afd9bd6ab86f9de835f3f105b6eb3b7f 1,413 1.00/1.00 vMB 57
667,278 667,278 00000000000000000000776c2413203ac3d1aaed0f579fdd181cff7d155cb0a2 1 0.00/1.00 vMB 0
667,277 667,277 0000000000000000000276bc7796ef38e13efc662c3f54fafb6e3edfc435d058 2,237 1.00/1.00 vMB 18
667,276 667,276 00000000000000000001944adc954d7098784a371330fa654e3e7d4e672d6fa3 1,779 1.00/1.00 vMB 58
667,275 667,275 000000000000000000038912b3e8b59f51a44fa2ae88bc2735d54f5969fad767 2,506 1.00/1.00 vMB 100
667,274 667,274 0000000000000000000390c57a47b4c993c479c949effc861bab38bfcb905ff7 2,416 1.00/1.00 vMB 35
667,273 667,273 0000000000000000000b34c5595138f3fe6a5fa6a934c69e64fcfc97ef6efad0 2,028 1.00/1.00 vMB 53
667,272 667,272 0000000000000000000ca36e1571d3ff932b83390856c5535e18274cc9e9eb20 929 1.00/1.00 vMB 14
667,271 667,271 00000000000000000006362a5a0bfdea84a209cf786cba09c31f91df24e526fb 1,688 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.55 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: 669.87 GB
    • Received: 15.78 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.