Loading Tool

Explorer IconExplorer

Memory Pool

44,346 transactions
28.11 vMB
0.08470200 BTC
Random Selection Loading Transactions
Max Size: 145.68/200 MB

Candidate Block

Mining Attempt 6c5c2b51475e1b51b4ae090eea04b6ee30d93ac7c2f65470214b4e3a0ed8f318
Version 20000000
Previous Block 0000000000000000000016a2e4f654442fd3c68b01796737d538082af92a4f49
Merkle Root c2ab1fd6504525db6fa1147fdd97194d461a730b3f548c1ca1ebe0f49a541b4a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,535
Size: 1.00 vMB
Total Fees: 0.02743262 BTC
Feerates: 298.50 > 2.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,920 (278,194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
636,726 636,726 000000000000000000027d505b07b5fdff5b955749d4e519c8220593fe13fb9f 2,616 1.00/1.00 vMB 21
636,725 636,725 00000000000000000001a39e13b66d74f9e9233693cc7903af6f8733e8fac18d 2,673 1.00/1.00 vMB 17
636,724 636,724 000000000000000000081863920e05d11915d6d25ddc0393b8b1dac52b3b4642 2,397 1.00/1.00 vMB 14
636,723 636,723 0000000000000000000fb411868bd9ce69458af577d305972ba5e21860ba203a 2,169 1.00/1.00 vMB 18
636,722 636,722 0000000000000000000f52a5c5ba1923148b40a8c11daa2e144144e7869e3745 2,496 1.00/1.00 vMB 24
636,721 636,721 000000000000000000070015d9c171033ea69e0775e9a12c1bd2d2556562dfc2 1,790 1.00/1.00 vMB 55
636,720 636,720 0000000000000000000cfcc6fb84569c40993fd4bda91573749c92405740d3f2 2,256 1.00/1.00 vMB 21
636,719 636,719 0000000000000000000cb40179b75f4e6bd34709523ffd96e1c15eafdf37ac43 3,065 1.00/1.00 vMB 29
636,718 636,718 000000000000000000117f3311a70ee312fd541145f4e336608e2b5c97e4d19b 3,256 1.00/1.00 vMB 45
636,717 636,717 0000000000000000000dba248db8ace953b0c2efb865e8bf54544d89b2e2cfd6 2,624 1.00/1.00 vMB 8
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
Previous 10 blocks ↓
Total Size: 782.25 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: 655.39 GB
    • Received: 14.29 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.