Loading Tool

Explorer IconExplorer

Memory Pool

44,301 transactions
28.50 vMB
0.06068492 BTC
Random Selection Loading Transactions
Max Size: 151.53/200 MB

Candidate Block

Mining Attempt 2ef00fb0fbbf7a76267914b4f65eadd97458ad04c3d498ed0512f00fb78e34f1
Version 20000000
Previous Block 00000000000000000001715c951c8d4dbbe4a6e37b8651db580e2cce2f31d5f6
Merkle Root 38f787bcf87ded0d734dcc0d27db032e644e51fb9482810ac96605ad1de9f860
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,223
Size: 1.00 vMB
Total Fees: 0.00653085 BTC
Feerates: 301.60 > 0.65 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,857 (278,141 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
636,716 636,716 0000000000000000000bfd456a79eb18ab19c1cb7c84a1366835b9da5e6a46f9 2,784 1.00/1.00 vMB 17
636,715 636,715 00000000000000000009e6226c08188d9fcdd08c6c162296f5eb82816eadf134 2,868 1.00/1.00 vMB 33
636,714 636,714 0000000000000000000c93bcd767ce2df49e66cbded1a4a9a7d39cd317285630 2,483 1.00/1.00 vMB 19
636,713 636,713 00000000000000000011cfb7f23ddd1159bc6ebc0eaed348fd8201647ec4cc7d 2,881 1.00/1.00 vMB 27
636,712 636,712 0000000000000000000461e83f1b760774e708e7aba656ba24d2dbb093cef5de 2,794 1.00/1.00 vMB 6
636,711 636,711 000000000000000000058f56ac272859cc8cfff3c2c2456d9769868ece361852 2,240 1.00/1.00 vMB 31
636,710 636,710 00000000000000000009baf602149bf06ec81d8b09c5a4468cfb43beb6072217 2,311 1.00/1.00 vMB 17
636,709 636,709 000000000000000000003207573d38561c6a320c85bb69839cae6f8eeed75c29 2,905 1.00/1.00 vMB 25
636,708 636,708 00000000000000000008c137884ad169f8f5d0ab9c59e9255666a8a35954c05f 2,820 1.00/1.00 vMB 31
636,707 636,707 000000000000000000056bef10d58ee18933c1921589764c7f0df67201f291b4 2,481 1.00/1.00 vMB 15
636,706 636,706 00000000000000000004741aa50f974910cdf555da2f7ec55e0e2d0807b49e65 2,873 1.00/1.00 vMB 40
636,705 636,705 0000000000000000000df3c6ac36fd80a098dd01561187ae38d6e270f07fd6ad 2,530 1.00/1.00 vMB 21
636,704 636,704 00000000000000000004d61d31af7737d9557993e45e418fc5b4602f74907a79 2,467 1.00/1.00 vMB 29
636,703 636,703 0000000000000000000f0f7e8132a9a023060b689353adbe79dbae69e35bac64 2,627 1.00/1.00 vMB 31
636,702 636,702 00000000000000000002aeef9d40e96f9486d636fb29a2d0bd6008c79bc00c88 3,043 1.00/1.00 vMB 43
636,701 636,701 00000000000000000005e129d05331523b361f612fd7c2127248ce57b75af866 416 0.21/1.00 vMB 12
636,700 636,700 000000000000000000083ef36a3db500d32bfca32d4e2b8aee5d0691e724b800 1,754 0.73/1.00 vMB 13
636,699 636,699 0000000000000000000873a9973b4c4f5fd52dc4c56a75f2db9d879b2ccb4e79 2,825 1.00/1.00 vMB 17
636,698 636,698 0000000000000000000c55a6996c4dbebd8414fb86913227ae4ec72b385df463 2,376 0.94/1.00 vMB 15
636,697 636,697 0000000000000000000c58ab7bdab560127cb95a1b0722894c9aa7e882aa7117 1,668 0.66/1.00 vMB 15
636,696 636,696 00000000000000000005e27627dc2e3de44332c76216dd60b7fb74d737adab34 1,167 0.39/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.14 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: 652.62 GB
    • Received: 13.79 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.