Loading Tool

Explorer IconExplorer

Memory Pool

37,998 transactions
27.05 vMB
0.06501872 BTC
Random Selection Loading Transactions
Max Size: 137.67/200 MB

Candidate Block

Mining Attempt 5b7860b6f754cf2f3973dc74c659f5268b64022586c7cbf667a1697d48215766
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root 5f9940e529d195e4397aab08f1939cd58580de783a1d175e0397d4586e8c9683
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,725
Size: 1.00 vMB
Total Fees: 0.01411502 BTC
Feerates: 100.28 > 1.41 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (536,042 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
378,608 378,608 00000000000000000092e4b205c394eb9060e7022180563b3afef3ae0a122489 941 0.59/1.00 vMB 30
378,607 378,607 00000000000000000cd8149d31251787aea80d1c786144ed978673ee0bff4dcd 2,218 1.00/1.00 vMB 40
378,606 378,606 000000000000000006db7ebc68eea2a35b8d05827d131fb9959f2782c1d4eed2 952 0.99/1.00 vMB 16
378,605 378,605 000000000000000011c54c3f4e1a053509d193221c0ca237da09a813dcbfecf9 1,404 0.57/1.00 vMB 41
378,604 378,604 000000000000000000db0cd211fb8a9a0b15e79d525022618e0c257c787553b7 556 0.24/1.00 vMB 53
378,603 378,603 00000000000000000536fa68c16bfce23a42343bfddadf4542a0bca82ebe8897 1,116 0.51/1.00 vMB 48
378,602 378,602 00000000000000000ef5cb1316fcbd588034cb9f26fc107f8e4aa13502fceb34 1 0.00/1.00 vMB 0
378,601 378,601 000000000000000006a36402db39d5e9f454c893e4606d984389e97accfb61b2 965 0.42/1.00 vMB 42
378,600 378,600 00000000000000000c0ee3e73fa22d60dc1f16c0bb9539b4968040f7a033dd79 2,183 0.93/1.00 vMB 45
378,599 378,599 00000000000000000f6afdc8c0cda5cb8ed16b73e9e50d427aa8f7a06339479d 265 0.14/1.00 vMB 32
378,598 378,598 00000000000000000764b32fc55d58c40f4b67f8165dc6231c1c22420a6314b4 728 0.37/1.00 vMB 42
378,597 378,597 00000000000000000f10c58a1c7e17da0aeae1ff34c8ba673182bc52f19446d7 157 0.09/1.00 vMB 23
378,596 378,596 000000000000000008999c4bbd9a701e6ed43d1b392504e1c8a4c91fe47d0278 1,119 0.59/1.00 vMB 31
378,595 378,595 0000000000000000020901baa3c396cf7c737469322e1c1db9d12839fd415857 1,698 0.83/1.00 vMB 36
378,594 378,594 0000000000000000091102b01c22560264d381fd3ce4033d7230eb14d18c4132 2 0.00/1.00 vMB 0
378,593 378,593 000000000000000004f5e86953d48b35860d562d901f6fa5c5c718f9868fb577 2 0.00/1.00 vMB 0
378,592 378,592 00000000000000000f49f47fe85c31c0d9da7c33acdf9fe80d9473eefdb410fc 2,364 0.95/1.00 vMB 39
378,591 378,591 00000000000000001195d107b5d3fb569df35b6ce17ff21b950318609335ee28 1,920 0.93/1.00 vMB 30
378,590 378,590 00000000000000000f8c1f949cf8895ee1fc8c6c2df637622897b315ba86ec99 1,827 0.95/1.00 vMB 32
378,589 378,589 00000000000000000c3ed928e8055bc9507988d2f1743de4b0f93e47fb66cad2 1,781 0.92/1.00 vMB 28
378,588 378,588 00000000000000000948d37a741980c5bfb2e83d93631d835222f50adc54137e 2,392 0.75/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 781.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: 632.77 GB
    • Received: 12.15 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.