Loading Tool

Explorer IconExplorer

Memory Pool

82,566 transactions
31.09 vMB
0.09261132 BTC
Random Selection Loading Transactions
Max Size: 190.35/200 MB

Candidate Block

Mining Attempt 46142949922c9d5de6ca3d3f85e336d11ace4376658f73e234ce8d86133c3079
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root 1c49a1cce9321baa6f217c3adb7e30f2fdc5fbc406f899d2c7f938295ba1577e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,425
Size: 1.00 vMB
Total Fees: 0.02260992 BTC
Feerates: 100.00 > 2.27 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (478,819 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
436,402 436,402 000000000000000002e4b39e7cae9cfcb9e999a006990c0caf6792f3d9dd748d 1,199 1.00/1.00 vMB 86
436,401 436,401 0000000000000000009f578676c7eb3f228c5076f88336d1f420c655a580181c 937 0.48/1.00 vMB 71
436,400 436,400 000000000000000000819a787c532c610b4d8180bc23b4e711ac7f0bbe3980c3 1,088 1.00/1.00 vMB 31
436,399 436,399 000000000000000003575be818c60bc65306bb4cfe730ef88d9beb9df504e427 719 0.63/1.00 vMB 38
436,398 436,398 00000000000000000016e45c464154ad9a9ca58094d391b66c8aa932e54bf273 1,689 0.96/1.00 vMB 48
436,397 436,397 000000000000000003a654ea407a3bb4e0a45110efd61a22240c44c169b2e8c3 2,737 1.00/1.00 vMB 54
436,396 436,396 00000000000000000318456d91db4142103f542890dedbaaaef05229c743deb7 1,060 1.00/1.00 vMB 60
436,395 436,395 0000000000000000005f386e9d8e3d8c133a6fe40b89e2a55b2b00935e31cf7b 1,999 1.00/1.00 vMB 61
436,394 436,394 0000000000000000008795ef9c8430b9e108cb9c63dfe0d79e4b10a10100247b 2,522 1.00/1.00 vMB 72
436,393 436,393 000000000000000004273122ccfc4c5c68e001760c287d474d75b52531e9365c 2,764 1.00/1.00 vMB 118
436,392 436,392 000000000000000003e78ce38bc766e28ff289afcff8b01bc7f4aa2e61b1d935 344 0.98/1.00 vMB 9
436,391 436,391 0000000000000000030c0aafcf667fe59abb4e953718135e10474c8832d4c1e6 1,325 0.81/1.00 vMB 51
436,390 436,390 0000000000000000025dd9f13018c4f37f27e4eabf5f9ad76d7cb89b84c9fb5a 241 0.12/1.00 vMB 68
436,389 436,389 0000000000000000012b8e4d732ecc4d33814a83d6b2a3b93009fe429574bc90 390 0.19/1.00 vMB 76
436,388 436,388 000000000000000003cb18ffdb58c453f9e122dcd787437eaf5fa488f67e1293 1,289 0.70/1.00 vMB 41
436,387 436,387 0000000000000000028ef469e27655740faaf8ce4886344e59df794c0b391498 2,274 1.00/1.00 vMB 74
436,386 436,386 00000000000000000256f38a2b9ebda2e557971e6d5509bf6b5ff598bd98c4b2 2,440 1.00/1.00 vMB 82
436,385 436,385 000000000000000000c0562d76aef2cb674f76e100bcba6bfcb42716ea11d162 1,329 1.00/1.00 vMB 42
436,384 436,384 0000000000000000010742170ac47fb340161b95a155568ae44db7d6aaa96573 219 0.08/1.00 vMB 76
436,383 436,383 0000000000000000033295d590962f9efc3110f06077f7c67081ffed70b67dec 997 0.42/1.00 vMB 69
436,382 436,382 000000000000000000483d4fbe07940f2e224e39873c25afa05eacc6daedcfa5 1,837 0.74/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 782.77 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: 709.33 GB
    • Received: 16.88 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.