Memory Pool Memory Pool Refreshing

4,486 transactions
2.17 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,769 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (536,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
371,155 371,155 00000000000000001192f1536e8c36829b764ddb32e00aa50e0148edbb5c89b0 0.50 MB 814 19
371,154 371,154 00000000000000000f9c8bb86f783baf276330342344dfbc0a0a2e7727642ee6 0.00 MB 1 0
371,153 371,153 000000000000000002a04201d79411630e974099d42cdb40b3ce62653ecf368b 0.95 MB 1,562 53
371,152 371,152 000000000000000005464a8622d08f38506a43b7e869fa195ff6657663431f71 0.93 MB 2,101 46
371,151 371,151 0000000000000000061a3165268789b42e4b491c97bab9e844dcbf89261d90e0 0.13 MB 189 27
371,150 371,150 00000000000000000e02dbe1f621e6a88d042a9dbb85fd74da9fd689fa5a0f93 0.13 MB 265 33
371,149 371,149 0000000000000000069d069605abd65ba1c7908f9a273dcc3917c408e455610a 0.14 MB 195 25
371,148 371,148 00000000000000000dc751ef5b961b530997ceffea6bfea05605a9f8fdce410f 0.25 MB 132 5
371,147 371,147 0000000000000000142b6a20a47517308343f88ad8ed20fe8283e0a85e69b5e6 0.18 MB 281 21
371,146 371,146 000000000000000000d29cbafa0d43d26b781908220a33664fccfd7d42c9a16c 0.73 MB 1,306 36
371,145 371,145 00000000000000000bcfd2e547aaa870446e55ca4dbd839e4bc3d8a766df2c80 0.39 MB 722 36
371,144 371,144 000000000000000006e55e48ad76761e3c74cf2e16533e79c0d2a7c0758c0043 0.59 MB 939 33
371,143 371,143 00000000000000000f9a7b5ab4385b86a6a6db5144e33a5ea60536b2b98dd56f 0.31 MB 129 6
371,142 371,142 0000000000000000012e4a275bfb60dc621d823a0e6b36cd62f6824fc9cc847c 0.21 MB 338 27
371,141 371,141 00000000000000000d5b1c12c610691e777536180ccff79fdb142b58aa04c41b 0.95 MB 1,837 40
371,140 371,140 0000000000000000009716f4f1a413a356728c6e36de2eb4f3223b00ae5b54ea 1.00 MB 1,210 23
371,139 371,139 000000000000000006e9dec6bf392cbfa74c35979eaebf4aa20879a347c546e5 0.00 MB 1 0
371,138 371,138 0000000000000000024d136bea18dc732f4582936d60b8a1035216b816a4c441 0.75 MB 1,754 49
371,137 371,137 000000000000000005c572607e3e318854a7a5814358f0b0cfc7efa027dfeaf4 0.58 MB 884 25
371,136 371,136 000000000000000008471c53a7c18b73f4a4538282723fbf4c4c50379356756a 0.95 MB 1,757 121
371,135 371,135 0000000000000000096957c6701481029429424a93f0b9a32c211c35a2955349 0.36 MB 654 30
Previous 10 blocks ↓
Total Size: 769.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,627.51 GB sent, 93.13 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.