Loading Tool

Explorer IconExplorer

Memory Pool

79,075 transactions
29.02 vMB
0.11614164 BTC
Random Selection Loading Transactions
Max Size: 176.05/200 MB

Candidate Block

Mining Attempt fb41cb04e8111a1950e99e1119c876d6268481966c591025556b5ce1f362a967
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root a90a21e1baa525f7c2ba94c13b7b44a3a6a521209fb098373bbdab12b8dfefc2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,373
Size: 1.00 vMB
Total Fees: 0.04221206 BTC
Feerates: 602.26 > 4.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (367,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
547,538 547,538 00000000000000000010f605bc1637bbdf3bf276d8364b6f02f2e678e594b730 967 0.41/1.00 vMB 8
547,537 547,537 0000000000000000000bf6f668017d7e84443902361c5e035608a3436577085c 1,145 0.67/1.00 vMB 6
547,536 547,536 0000000000000000000845e6d12def052714ae57fc9a71fa4715072cadf62afd 1,423 1.00/1.00 vMB 4
547,535 547,535 0000000000000000000f8edad4963360fefc94e79ddb986109bfeecc304e1531 2,853 1.00/1.00 vMB 17
547,534 547,534 00000000000000000013df772fa5f035e5279c0685611abc76f54ca3655db7ff 2,432 1.00/1.00 vMB 6
547,533 547,533 00000000000000000002148ca22602ccfbd01b237ba7f9c82a6a4b2fd1f84953 2,933 1.00/1.00 vMB 12
547,532 547,532 000000000000000000090b67ca3e9c3610b79e200e1a6e668ec2cbe6c830b8d6 1,740 0.67/1.00 vMB 31
547,531 547,531 0000000000000000000940db933cf32329e6ec92695fa80b3a0e70c7d1fbe2c4 2,880 1.00/1.00 vMB 13
547,530 547,530 00000000000000000023b92909d86f43671076e56c461f1b1571974843d6b6b6 950 0.36/1.00 vMB 26
547,529 547,529 00000000000000000004919c0f525986112e586e4552a351aa435e044b8f33fd 169 0.06/1.00 vMB 21
547,528 547,528 0000000000000000001ab91ed6c0642b967d5dc1fd6f0dd2b3e7cde304860603 1,049 0.57/1.00 vMB 13
547,527 547,527 00000000000000000008c8b4bdf2b271ec98b9d4b9fa96849aae92c30f3beb0f 759 0.51/1.00 vMB 5
547,526 547,526 000000000000000000124c9a3acbdb84e8c962fcd3b59143e3166bd7ccc07bec 2,551 1.00/1.00 vMB 11
547,525 547,525 00000000000000000007ca4b8922f11ba72ce37077d2ae0c1d0b7f0e26e27bad 436 0.22/1.00 vMB 7
547,524 547,524 00000000000000000023d4e94eb2def1bfae54c56a5910fe630c5575b2a697ee 1,536 0.63/1.00 vMB 11
547,523 547,523 0000000000000000001ea745cd8c6c044214f8cfaca7ff1833800af4f1ddca82 1,693 0.84/1.00 vMB 4
547,522 547,522 0000000000000000000b13c7ed55e9dda37c167f7e922e1bffa01c3297da3a82 625 0.22/1.00 vMB 28
547,521 547,521 0000000000000000000e2c5ed4714fcffc3841894bd3bfd6c02bc6e0c0e17992 1,080 0.56/1.00 vMB 8
547,520 547,520 00000000000000000021d4ab90a5cff5b45fbf64503d6de9afecc0c0ea2f069c 604 0.26/1.00 vMB 10
547,519 547,519 00000000000000000011a0cb7754bd2117e120bd29ed6af17a146cc4d3cbba80 1,162 0.65/1.00 vMB 11
547,518 547,518 00000000000000000024d57d5161d730ef6cf70f4e5ba44a055c261b0fac6b41 2,027 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.92 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.42 GB
    • Received: 17.54 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.