Loading Tool

Explorer IconExplorer

Memory Pool

80,538 transactions
30.19 vMB
0.09126369 BTC
Random Selection Loading Transactions
Max Size: 181.02/200 MB

Candidate Block

Mining Attempt f2e222c373d44af3e08981a12439af62449a18111b9bde032f936dd5ee2e420d
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 2ec6c373aafccfe0737a9c68789caef5b50a0bf0775798441f1064944eef1743
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,040
Size: 1.00 vMB
Total Fees: 0.02947380 BTC
Feerates: 301.07 > 2.95 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (533,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
381,370 381,370 000000000000000002085b7841fe5dbe59795cc6f4663f9ba84fa6fb2c5eca26 360 0.17/1.00 vMB 30
381,369 381,369 0000000000000000075b7a4f05eedbe92fe12b4d3e9474cafd578c2f2dea0290 1,058 0.54/1.00 vMB 35
381,368 381,368 000000000000000007d3e5cf40ad987e6baf3fa6e895f8e759a64c7c71346c14 494 0.40/1.00 vMB 16
381,367 381,367 0000000000000000033bf235005f519479d235cca6bf20b40f7ad12077ae88fb 2,109 1.00/1.00 vMB 26
381,366 381,366 000000000000000003d2ff152c84ef9c23d9435ee473c2a331aafd2a1ef07c94 2,273 0.75/1.00 vMB 62
381,365 381,365 00000000000000001056114eaca512ac62c255fcb1ee5345157aa5872f331fc9 2,527 0.93/1.00 vMB 30
381,364 381,364 000000000000000010be588b3a33913b59cfcf6ae7334ac2dde7f1c0a1786789 2,349 0.75/1.00 vMB 73
381,363 381,363 000000000000000008a999083934b287e27af9a05577e127372f81d6e0cfa860 1,740 0.75/1.00 vMB 36
381,362 381,362 000000000000000010c2a28ab5037e5841a353f89cb86b8dad1bc64e2909f503 588 0.26/1.00 vMB 37
381,361 381,361 000000000000000006101f7e28c7349fdfba78ed79d2fedd2c8810a05d47bd7c 919 0.51/1.00 vMB 32
381,360 381,360 00000000000000000fa0cb00885e4b79956b3a7a95a27360cdcdf8aceae4690e 2 0.00/1.00 vMB 0
381,359 381,359 0000000000000000091d9fbe32f38c23084ef066cd55d1283d6be27ee53a25d0 1 0.00/1.00 vMB 0
381,358 381,358 00000000000000000f93af70ef9ff81af92a798972ba7d5afa8d20235c119077 466 0.22/1.00 vMB 36
381,357 381,357 00000000000000000dc3f3d2c4b39174455c79180fd1b43996b4fddd58a0c9b9 1,123 0.44/1.00 vMB 44
381,356 381,356 00000000000000000648bc894c2ceb13e57dd3f3331d889c3fabf01b7ddaf1fe 518 0.25/1.00 vMB 33
381,355 381,355 000000000000000002ee82e2994749ac9211c9de6b70c0671d5bba39d1b0d7e7 603 0.36/1.00 vMB 21
381,354 381,354 0000000000000000009143bcf6fd9a70adfb3f4a8b0364f6c686736012c0fc1b 2,253 0.75/1.00 vMB 59
381,353 381,353 00000000000000000ed7d08c24d71e0700c0b04bb1605e17e966b10c8c22043c 838 0.33/1.00 vMB 43
381,352 381,352 0000000000000000034279c7cccc0234be264a34fc172b0dc0de1b566995156d 1,497 0.67/1.00 vMB 39
381,351 381,351 00000000000000000fbf80827d550a03477c8f82a2e28173d05e1c55ce1bc4f7 333 0.21/1.00 vMB 17
381,350 381,350 00000000000000000fe114c781a175c6c4cbd9dedbf509aef7ac15a3d37340c6 342 0.15/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.