Loading Tool

Explorer IconExplorer

Memory Pool

46,342 transactions
28.88 vMB
0.14390126 BTC
Random Selection Loading Transactions
Max Size: 152.83/200 MB

Candidate Block

Mining Attempt 1465d8c8064d37eae8746b534b342581b0ad1a5ecaeb500e56f9ba3b291f0dec
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 1ebac39bfb17bbc646a49dbe74b19f901d7ea9c5b420edc02478bc2519f4639d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,519
Size: 1.00 vMB
Total Fees: 0.08134136 BTC
Feerates: 15,654.48 > 8.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (498,511 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
416,295 416,295 0000000000000000049e899d05f0cae436d91008fc2912fdfe35380d3be50e46 2,629 1.00/1.00 vMB 94
416,294 416,294 0000000000000000039ac1078162f64362868bb620264a3d06b3942ac6c49729 2,176 1.00/1.00 vMB 43
416,293 416,293 00000000000000000179b8340c6d0668ed97fb9812da54ef64ea8021e78156cd 2,153 1.00/1.00 vMB 64
416,292 416,292 000000000000000002e4ace4bfc82faed3b69049d315e14288a54ef3150f01ec 2,317 1.00/1.00 vMB 66
416,291 416,291 0000000000000000054afa8ddfae5908d9fe2dc157fd137c03f71c87439bcb6d 2,164 1.00/1.00 vMB 55
416,290 416,290 00000000000000000344cc3641d80001675c6c968949de55713fdb9be0d43f3d 1,684 0.93/1.00 vMB 65
416,289 416,289 000000000000000003a6e6780876ca79c566d2e2def07afa7f9dc05497881b07 2,185 1.00/1.00 vMB 87
416,288 416,288 0000000000000000037326a78e014b67809c215435945d2b0a0dec46bc5363b8 2,257 1.00/1.00 vMB 76
416,287 416,287 00000000000000000081719734d9a677c7e1dcb8d9399d11c1c04925ee784d5b 28 0.01/1.00 vMB 184
416,286 416,286 0000000000000000048d7badf8147cfac602e134a7e34d1f7b612a4a3c016bed 2,209 1.00/1.00 vMB 53
416,285 416,285 00000000000000000135df2acbd858e9f2acf755e21223c119d35c5ad4747e06 2,359 1.00/1.00 vMB 51
416,284 416,284 000000000000000003866d5a693ba9a1bff54faa57c375262d79d1471883a78b 2,822 1.00/1.00 vMB 63
416,283 416,283 00000000000000000282109eb2b6c13461432325c948eeaf044eb4b40c56bf1f 2,386 1.00/1.00 vMB 85
416,282 416,282 000000000000000005673b46c75a46916e1f103b065862206f4d6a4281f9816e 2,643 1.00/1.00 vMB 57
416,281 416,281 000000000000000003a35ba6b0f57744dc86bba6ab58f963b478aeac2bba84f4 2,540 1.00/1.00 vMB 99
416,280 416,280 000000000000000004bbe83ddef780e469a3d02486600216ff1452241a78c363 2,618 0.93/1.00 vMB 57
416,279 416,279 0000000000000000038aab3e43c23afb98ec2309638f08defc44a54e98856b75 2,883 1.00/1.00 vMB 59
416,278 416,278 0000000000000000034f30f6df92e6eb39a689d09bf6ff94431b538c3668b6fd 2,314 1.00/1.00 vMB 67
416,277 416,277 00000000000000000292cd2b88ee8c7a2a861fcdb163b393299b9c76cbf383c3 2,917 1.00/1.00 vMB 109
416,276 416,276 000000000000000004b5ad7c1035499eb1a66c05894945086c70adce96c3d787 2,705 0.93/1.00 vMB 49
416,275 416,275 000000000000000002c7e38d0a7db900029e3a91f8d0d341ea0d13a2d2e8b34f 2,814 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.04 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: 650.75 GB
    • Received: 13.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.