Loading Tool

Explorer IconExplorer

Memory Pool

80,370 transactions
29.67 vMB
0.07599469 BTC
Random Selection Loading Transactions
Max Size: 182.20/200 MB

Candidate Block

Mining Attempt 24d00985ccbc40a84f343b306be964bc8b228c5d7ca4cb739338387939ae3f3d
Version 20000000
Previous Block 00000000000000000001b9e1fc0c07b333cc15370429acb6a77281d8bcbc9d2b
Merkle Root 0aa197c90316d4f8eb7b26245a9ae43621a3e18c7460917bf8dfee5cafee8238
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,686
Size: 1.00 vMB
Total Fees: 0.01059719 BTC
Feerates: 82.43 > 1.06 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,324 (349,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,459 565,459 00000000000000000020fad7a6c69b6eac3a3858100bd018784baa8eabcc858a 3,185 1.00/1.00 vMB 14
565,458 565,458 0000000000000000000e8aa2f8c105584b9aa7cb47e14892730a7672220db7dc 3,117 1.00/1.00 vMB 24
565,457 565,457 000000000000000000071aba6b71f0dd6ba8aad4b4a1a795a5ce3ec437d01575 2,833 1.00/1.00 vMB 30
565,456 565,456 000000000000000000188e03c172f423ff29f9fc309d7184c68ca2eeb1f9c745 2,783 1.00/1.00 vMB 16
565,455 565,455 00000000000000000018bb0c6e2094649b1cded03cbf912eed42946ac5ddefdc 3,279 1.00/1.00 vMB 9
565,454 565,454 0000000000000000000694b5e63b2ead679e9cf8b67e3d62719cea93a656748f 2,909 1.00/1.00 vMB 19
565,453 565,453 0000000000000000001503b455c56265c475431de12b1b3980d4d40f5e235cee 2,627 1.00/1.00 vMB 25
565,452 565,452 0000000000000000000ba482199fbff0899014871d6a4d76a3e504dfe4c10c08 3,052 1.00/1.00 vMB 42
565,451 565,451 000000000000000000032c1d0b19705385aa41bc0b919959305dfc1d32c98500 3,411 1.00/1.00 vMB 11
565,450 565,450 0000000000000000002888d22c8d26f529aa8e676f64eb5701eadf6adb2d495d 1,677 1.00/1.00 vMB 19
565,449 565,449 0000000000000000001dbac1ac111dad368b84ec82d36b35eb4aa15929ed1612 3,248 1.00/1.00 vMB 41
565,448 565,448 000000000000000000288a460745b1956704ad2731a5a932044536f1679b47fd 1,812 0.52/1.00 vMB 9
565,447 565,447 0000000000000000001d61d5cc5ccf2992e41ad26d29c391d31626d973f08188 2,595 0.78/1.00 vMB 12
565,446 565,446 000000000000000000239e8c9072e794baf357665d791ca859cb539ab2b480a2 2,715 0.90/1.00 vMB 11
565,445 565,445 0000000000000000002ded0238d61609e6a4e3e058d2fc6d9af78ff48fa29d01 219 0.07/1.00 vMB 25
565,444 565,444 0000000000000000002abbefdf3284836df839f7b14e33eff3fd67c7fc7cbc3d 1,090 0.33/1.00 vMB 11
565,443 565,443 000000000000000000211bd2c27f902ac9686b4e93a21b8b5f623d9bb89b054e 304 0.10/1.00 vMB 9
565,442 565,442 0000000000000000000a79efbc1ce1127a46b9cdb0e1258db20ec496119cc2bd 1,859 0.56/1.00 vMB 7
565,441 565,441 000000000000000000223d888f56751fc8e2c8515ab7810f750d9b44d7723d28 1,348 0.41/1.00 vMB 15
565,440 565,440 000000000000000000225a501b0463fcecf0357c0afa8b0c965c0a3a6a88b050 241 0.09/1.00 vMB 19
565,439 565,439 0000000000000000002aab37d0482cefaa481a3131fedcd6d9d7361e0eebd032 3,219 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.95 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: 715.23 GB
    • Received: 17.67 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.