Loading Tool

Explorer IconExplorer

Memory Pool

84,204 transactions
31.63 vMB
0.14082258 BTC
Random Selection Loading Transactions
Max Size: 188.93/200 MB

Candidate Block

Mining Attempt e12c4d762829246aec25dc723c5626ab90f1d8ad32982b4cb25b848264a5f2eb
Version 20000000
Previous Block 0000000000000000000155b2073facafbf0b2f4713974f25dac073632df31896
Merkle Root f4cafe24ca8ff40d961ba0ce254df7d18a4a54c18070755796ecf0201d4f0efe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,114
Size: 1.00 vMB
Total Fees: 0.03681279 BTC
Feerates: 55.77 > 3.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,148 (255,748 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,400 659,400 00000000000000000008a3db1a1158b2bbefbbaee4cea4b70eb898379043789b 2,510 1.00/1.00 vMB 95
659,399 659,399 000000000000000000093aab34c7ed58261ae9dd96f082e7487928bc21f53fab 1,818 1.00/1.00 vMB 98
659,398 659,398 00000000000000000006797ae2aab76f2e7b11c395b638508ade710826e85f1c 2,923 1.00/1.00 vMB 88
659,397 659,397 00000000000000000000ac892cb4f10ba4dcc354724650cd3681cd986aafd9c7 2,726 1.00/1.00 vMB 99
659,396 659,396 0000000000000000000302222bdb858504933aac1369289b33431888548c36d1 2,982 1.00/1.00 vMB 124
659,395 659,395 0000000000000000000282be6700fdc48f37de46a95c16950948ac6eb97a8f72 2,544 1.00/1.00 vMB 113
659,394 659,394 00000000000000000006bbb114e36b53be8d3310d8e6168eef320dace9f4a77c 2,135 1.00/1.00 vMB 102
659,393 659,393 000000000000000000026b8d13f78d00bc83be1bc55736df9bcc39ebc054bea9 2,860 1.00/1.00 vMB 130
659,392 659,392 00000000000000000006e07616d33199eb4119aa5c1ca0540771d80f3af4adc7 2,958 1.00/1.00 vMB 98
659,391 659,391 0000000000000000000d5d26bc46f7890903322b98221a4afb6c68ba8832ded2 3,006 1.00/1.00 vMB 120
659,390 659,390 000000000000000000015dbaf296d84f37e5c2c6eaef324a36261b3c30a2c6fa 1,938 1.00/1.00 vMB 103
659,389 659,389 00000000000000000002cadff62aa40e108face0562d2629c2d8dd9adcbeae35 2,400 1.00/1.00 vMB 115
659,388 659,388 00000000000000000003c28fffcd02a5efe79e026984073e2b2143024233b697 2,988 1.00/1.00 vMB 100
659,387 659,387 0000000000000000000c6fae1a83d89832735e91a95b05ace1c66cb8aad1e009 2,996 1.00/1.00 vMB 107
659,386 659,386 000000000000000000033ca861f5ebdb89dccb9732e853e2a0ce593db99d1d49 2,356 1.00/1.00 vMB 114
659,385 659,385 0000000000000000000587a1cfb1a3c8eb0c8ec736ab66944695d01f6fa1e7d7 2,739 1.00/1.00 vMB 114
659,384 659,384 0000000000000000000a17acb523f95dcae0d7f5d5b57be2d19867ecfedf14cb 2,676 1.00/1.00 vMB 117
659,383 659,383 000000000000000000075481b79891fac5951de07dfb35966eb00da49728d318 2,816 1.00/1.00 vMB 131
659,382 659,382 000000000000000000019734e76ef8208ee2376f9e96fb87bbac266f0eba87c6 1,729 1.00/1.00 vMB 95
659,381 659,381 0000000000000000000178420bfde7488683d6e42889636e2b077f01a8b6ed9b 1,616 1.00/1.00 vMB 95
659,380 659,380 0000000000000000000bc84fa96431d7fb54b6eb3ad5e65dbac604f8d5f76d9d 3,080 1.00/1.00 vMB 105
Previous 10 blocks ↓
Total Size: 782.65 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.72 GB
    • Received: 16.32 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.