Loading Tool

Explorer IconExplorer

Memory Pool

82,149 transactions
31.09 vMB
0.10755711 BTC
Random Selection Loading Transactions
Max Size: 188.65/200 MB

Candidate Block

Mining Attempt 5120521e7c7a9c550ce6f6bb1dafa16d7cf3c9b53cb33a2a3590159180f9f6f2
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root cb728eccd668829b0887bf5fcbd73c6652371f7bd0ef375d4ad5025b3c5577e2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,337
Size: 1.00 vMB
Total Fees: 0.03437015 BTC
Feerates: 803.65 > 3.44 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (84,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
830,413 830,413 0000000000000000000098a08b5842074a667bb48719db115d791eab5ebf81c6 985 1.00/1.00 vMB 26
830,412 830,412 000000000000000000023a477b374b0ddd3a21a969e342ad489296575f1b25db 1,809 1.00/1.00 vMB 26
830,411 830,411 000000000000000000033ac56cbe8890c0a6bd220d5b69a9e02c604607bc8753 2,454 1.00/1.00 vMB 34
830,410 830,410 00000000000000000000f5a8befea1d6178c3aab9c3bb0bca7adb150e9545977 2,576 1.00/1.00 vMB 36
830,409 830,409 000000000000000000021516944405b84a71c99e7cbefb9e13b0f9fcab82d5ff 2,573 1.00/1.00 vMB 33
830,408 830,408 0000000000000000000185044db40efe5f5182692b1f6b35ffddc9f293fa431e 2,721 1.00/1.00 vMB 35
830,407 830,407 00000000000000000002f7fe9a4100ac2fd20a3a77f397c187e41438e2615cbb 1,513 1.00/1.00 vMB 27
830,406 830,406 00000000000000000000e9265deb87c7d5a352e133c4b3596e6de2326c94ca7c 2,507 1.00/1.00 vMB 31
830,405 830,405 00000000000000000001de3c95beac4d5ab8354cba6905d2020c4438ecf7c653 2,278 1.00/1.00 vMB 32
830,404 830,404 0000000000000000000206a01214225c4ffc82deeae06d205209a7ba2dc116b0 2,405 1.00/1.00 vMB 37
830,403 830,403 000000000000000000010306cc4feae8d9842b9f5b5538ad9475e1793f60e69e 2,398 1.00/1.00 vMB 35
830,402 830,402 000000000000000000037c51a37fbb408f46784aa8433e65ec3731ee461a003d 2,856 1.00/1.00 vMB 37
830,401 830,401 00000000000000000000977833b326fc44771067d7ad87c2840843ede030efd0 2,481 1.00/1.00 vMB 38
830,400 830,400 0000000000000000000152395d37f39f45d66274719c79f72923232b4c7bb65e 3,282 1.00/1.00 vMB 48
830,399 830,399 00000000000000000002924d25e3c2128f31122025c0a36ece887795382d7593 1,514 1.00/1.00 vMB 30
830,398 830,398 000000000000000000015bff0b86224ddb1c20d1d7ad8e13c453a21e56aad33c 2,327 1.00/1.00 vMB 31
830,397 830,397 00000000000000000002997ec612ff64bac88a7959995d15955cbfec9ec8d0b1 3,189 1.00/1.00 vMB 34
830,396 830,396 00000000000000000001cd2a53f7f7698e4ca6beeeafba6f352a927d8d1364ca 2,406 1.00/1.00 vMB 41
830,395 830,395 00000000000000000002e3b19bd2cf690c70d6029f33a6a0a1b8cda5d9cd323a 2,689 1.00/1.00 vMB 33
830,394 830,394 000000000000000000025c91ba4fa29464611a46dbc64376685dff4b1992ed5b 2,533 1.00/1.00 vMB 37
830,393 830,393 00000000000000000000240b1fc7c86339191225f2121b6f58394f7da3a7888c 2,115 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 783.00 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: 718.64 GB
    • Received: 17.93 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.