Loading Tool

Explorer IconExplorer

Memory Pool

79,147 transactions
30.22 vMB
0.12110737 BTC
Random Selection Loading Transactions
Max Size: 179.85/200 MB

Candidate Block

Mining Attempt 2bd60edd97b56427fb424476c6347dfc6f28b7baaa7c9088b9f80ce66ddf92eb
Version 20000000
Previous Block 000000000000000000010026c30848cbcc1679bc49d9573a0419ebbd657413b2
Merkle Root daac2ef999ec5160f0d4c66e24958b5516295e64b8b3111b84cfe0c2a3e15c39
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,231
Size: 1.00 vMB
Total Fees: 0.02964421 BTC
Feerates: 109.82 > 2.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,302 (540,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
374,521 374,521 0000000000000000130fc24ae096c7770edf1afc66ce782603175e091e60bb02 2,181 1.00/1.00 vMB 45
374,520 374,520 00000000000000000e4865130b5528a0fc51f30fba629f7f45b656dec18308b2 483 0.95/1.00 vMB 11
374,519 374,519 000000000000000007e76e4e2a2859f8cafe2ec4e86733410547a3edefa9df22 1,980 0.93/1.00 vMB 43
374,518 374,518 0000000000000000107faf8030f5c10103a7f245854d5c9e5a19a0e86a817e72 1,024 0.75/1.00 vMB 27
374,517 374,517 00000000000000000e6a47d8f2be5015fee55f21f841495190724c0796646252 1,623 0.95/1.00 vMB 37
374,516 374,516 00000000000000000946de982befd2a5814d2c075e629c3d7f03f9934e7992a6 1,300 1.00/1.00 vMB 25
374,515 374,515 00000000000000000eaf5ac6dba59ec5983bae8b76f6b597fbfed072cfc80476 1,302 0.93/1.00 vMB 25
374,514 374,514 00000000000000000925c936b3831c3c2e3dfdb4489c01623d385688647dec0a 1,901 0.93/1.00 vMB 74
374,513 374,513 00000000000000000f56fcba1ff3b12f05f7cccafe6f4914e310504b195b3499 1,518 0.93/1.00 vMB 35
374,512 374,512 00000000000000000353c5881f398412b6e0af40991ec3589d8f7b0ba79ded51 2,718 1.00/1.00 vMB 71
374,511 374,511 000000000000000001ea7e48d4cacf2ce8c1dcd9670bbe848dd22925eff55eda 2,008 1.00/1.00 vMB 41
374,510 374,510 000000000000000009e1180097b6e70ecb3c027cbbb33a25f92b51bee1d5d5dc 2,155 0.95/1.00 vMB 59
374,509 374,509 0000000000000000005c782001081ada7aa8cc906b226480bfa55e7b8e3c3caf 123 0.84/1.00 vMB 68
374,508 374,508 00000000000000000bf3d649fb32f7e3c74fb369cc1b33735c07bbfa4abef3c8 707 0.99/1.00 vMB 84
374,507 374,507 000000000000000011a6b05d9f991f255b0ab332066bdf20950268cadf10cb2d 1,565 1.00/1.00 vMB 29
374,506 374,506 00000000000000000328c26e90320e0a32ba9a41e4d8c7aba5bd9cc1aa6b2b76 2,025 1.00/1.00 vMB 39
374,505 374,505 00000000000000000d13e3bc1d0553a067bfa1c03d19e8ce771b4036bae38177 698 1.00/1.00 vMB 12
374,504 374,504 000000000000000012b3ae57b3f79df9aa3e48d91bf3bc1ea7d03b8ec17060bd 693 0.31/1.00 vMB 42
374,503 374,503 00000000000000000f04b41618ce459783033186663dd757fae7e30c65be9172 1,361 0.69/1.00 vMB 42
374,502 374,502 000000000000000006fa9861736e4096092ee1327775b8b7e6e158b274413666 1,989 0.93/1.00 vMB 44
374,501 374,501 000000000000000012c28648600c5e6fa0ab69749d93dda943df9b0eaa17271c 1,587 0.93/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.91 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: 714.20 GB
    • Received: 17.52 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.