Loading Tool

Explorer IconExplorer

Memory Pool

75,657 transactions
30.59 vMB
0.09313986 BTC
Random Selection Loading Transactions
Max Size: 175.39/200 MB

Candidate Block

Mining Attempt 9a3c98efdfe86882d8ba86ccf576a2a046551078a0e33435f41c4de4728fafe4
Version 20000000
Previous Block 000000000000000000011482ebae814e70a9f8e811d6292cccb75fcfef31b0cf
Merkle Root 4d604e72ce86dda0e4d82de96366b066270d2729c3ce18c053a7285df832add3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,719
Size: 1.00 vMB
Total Fees: 0.01848198 BTC
Feerates: 265.25 > 1.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,055 (496,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
418,396 418,396 0000000000000000029ef77ee86e59e68aedaf648c187d7c6395f8588f821a50 2,967 1.00/1.00 vMB 71
418,395 418,395 0000000000000000015c47b0153ea2e3a6e5f3a35db5df9d24c8a70b63e4147f 1,644 1.00/1.00 vMB 31
418,394 418,394 000000000000000004a4b6c9e04611b082d61d19c79c43191a4219b424e082cf 2,762 1.00/1.00 vMB 65
418,393 418,393 0000000000000000020ee5969caea6efa8562aa2e7ee4c62167ad2961a4e4c9c 1,964 0.71/1.00 vMB 62
418,392 418,392 00000000000000000001c28522c87121be6fa26b8ab31bed7c1874e1bd21e6f3 2,353 1.00/1.00 vMB 40
418,391 418,391 00000000000000000009a2ffe062eacd3647d0d9c8fea203e6a25d2e3a8aaed3 3,051 1.00/1.00 vMB 81
418,390 418,390 000000000000000004045b8751907b4fcfc5adcf5714814dfdb55a145f2970cc 964 0.43/1.00 vMB 52
418,389 418,389 000000000000000002869a1e112805c970f8e49faabcb0d8cfec8e9c7169a74d 1,003 0.50/1.00 vMB 48
418,388 418,388 000000000000000003d16bf96fcfc3c2f2defb3d88f6e5654d4e9f11360c7e11 406 0.20/1.00 vMB 55
418,387 418,387 000000000000000004ac91abe0d22efcf5054940d19201bf3eb96ee681ae80e6 479 0.22/1.00 vMB 73
418,386 418,386 000000000000000000fcb80b0ba1362be62735063b50117d80da15035f4bdd9a 48 0.02/1.00 vMB 46
418,385 418,385 000000000000000002a9713daac1184e46d2ed9f5911e71f8768cf60ff412374 1,372 0.58/1.00 vMB 53
418,384 418,384 0000000000000000038af48662caec6eca2565857cc7d50286142234dff1cca7 1,332 0.98/1.00 vMB 27
418,383 418,383 000000000000000004ffeb46c593e03e22ac5042bb4182df30551f35eb1aa28a 1,763 0.99/1.00 vMB 35
418,382 418,382 0000000000000000040860837a249389ce068c8bef8e7a44f0ae5a6dce85b1d2 1,831 0.75/1.00 vMB 74
418,381 418,381 0000000000000000048fde41c4fe18294886943d4a98261609f2d8a3da63b9c7 2,810 1.00/1.00 vMB 82
418,380 418,380 00000000000000000358323724bc6e64ee7bb24770520a9cf88786fe9c941f6b 545 0.67/1.00 vMB 21
418,379 418,379 000000000000000002f394817b5bb2cb717293d012858c310be8b3e107e16355 822 0.41/1.00 vMB 63
418,378 418,378 0000000000000000004055aa34c8c7eaf6d0dc75ef625516480c90327d7af776 1,248 1.00/1.00 vMB 35
418,377 418,377 00000000000000000108bb3218d37c4b973caa8bd008f4c0a760cfebba499703 174 0.14/1.00 vMB 20
418,376 418,376 0000000000000000028d1a2531f14cbe98a7e993a20f4fcfdb4b6fd5f3499da4 183 0.22/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.49 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: 668.25 GB
    • Received: 15.45 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.