Loading Tool

Explorer IconExplorer

Memory Pool

75,328 transactions
27.81 vMB
0.07945656 BTC
Random Selection Loading Transactions
Max Size: 169.85/200 MB

Candidate Block

Mining Attempt fa80472cffabc0a9b9b1b6f4f7a6ab4c20de10b1ccf066c79c40e4e4d6fa4f02
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root de6e290106b43e0932f5fcda577c9235871076d394d48e23e73df9587d9281e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,373
Size: 1.00 vMB
Total Fees: 0.01981733 BTC
Feerates: 100.53 > 1.99 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (531,753 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
383,498 383,498 000000000000000005f30354f91923fa7eb5764bb5f4fe8089fe7218337d633f 2,774 0.93/1.00 vMB 43
383,497 383,497 0000000000000000017f88c5de6fd46526b24953add6c3772ace1352258d9d9e 1,671 0.93/1.00 vMB 24
383,496 383,496 00000000000000000697ee1239ec008b88e30b308a6386658575e8a75eb5bf43 3,063 1.00/1.00 vMB 43
383,495 383,495 00000000000000000506092519bda8f1658d406ca4f481c9d32039b81174f9b1 79 0.14/1.00 vMB 6
383,494 383,494 000000000000000006331b1bd59c8bf3f1770e05fe75f3b1699c57db51f783be 991 0.46/1.00 vMB 31
383,493 383,493 00000000000000000d9c8bc3cdfcdb7d4819f4b772341dab553b627dea871e50 757 0.49/1.00 vMB 24
383,492 383,492 0000000000000000039af0e124aab2af0a1faebd0a912e4c8182feaca2a8d30d 2,179 0.99/1.00 vMB 30
383,491 383,491 0000000000000000052268144b28c8a32240b994788269952dc0654501a99ed9 530 1.00/1.00 vMB 9
383,490 383,490 000000000000000000db890def99d8d36224c31907f745305b4b1dff2c89f8fc 1,975 0.95/1.00 vMB 28
383,489 383,489 000000000000000000c533dfe2b07752ba38dff03beeac0ce2ccb351ef8219ce 1,176 0.59/1.00 vMB 36
383,488 383,488 00000000000000000961eb789c07cc05be9609821e9c3e5bcc4094c332a22d4f 1,977 0.75/1.00 vMB 29
383,487 383,487 000000000000000010475ab3403b20575405fd5823cc279ac1cc888341433376 3,104 0.95/1.00 vMB 48
383,486 383,486 000000000000000009617cad7d30eee4ac9c0cc42f9aa374036f12abb7a63fa2 1,525 0.99/1.00 vMB 21
383,485 383,485 000000000000000008df8e61f66f5c5f0133c0f4d96f52fc200e82f0bd3f60a4 2,448 0.75/1.00 vMB 43
383,484 383,484 000000000000000004dfa3b7e0fcd313bbfe3188b912ae8bd5f083375c07e7cf 207 0.17/1.00 vMB 16
383,483 383,483 00000000000000000adca9a3fdf11ab301a3076a8ca7e349bd87bdcf846c51c8 1,995 0.93/1.00 vMB 23
383,482 383,482 000000000000000002cf0c46e30ee9b5abde6719dd9407cebfad6fc85076b381 3,468 1.00/1.00 vMB 46
383,481 383,481 000000000000000008d47a0d07c0ea633905dbc7f5b65bdb826b6bdb7015f49d 450 0.27/1.00 vMB 25
383,480 383,480 00000000000000000192a786e7d9bb16e99267c9c17b52392ba341bfbf640480 1,716 0.81/1.00 vMB 30
383,479 383,479 0000000000000000027f6b87db075178118287736f6355f27662918fb3e08c93 1,245 0.68/1.00 vMB 23
383,478 383,478 00000000000000000abd08d0d3e01e1e108175e9b34baff0a0e40dee0cf7b8d3 2,846 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.83 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: 711.65 GB
    • Received: 17.11 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.