Memory Pool Memory Pool Refreshing

3,413 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 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,704 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 3,412 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (616,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
291,148 291,148 00000000000000004984378193bc3ce93a65e4529cc84402dbba21e4bee25e8d 0.03 MB 36 28
291,147 291,147 00000000000000009f85bc004baa817a350cb8bac58673b9b17b66b2ea15d02b 0.12 MB 229 33
291,146 291,146 00000000000000003291713e98942c265c6bc47935247e1ca0b2eb6747f0e564 0.07 MB 151 43
291,145 291,145 00000000000000000f210fd04ddde0993d8f7b7d787e071211dadc16df8de87b 0.07 MB 142 37
291,144 291,144 0000000000000000fe4fc23f8f29aff9ac639d4c38428d2ab63e1a12089bcdff 0.19 MB 501 35
291,143 291,143 00000000000000001b895df68cb44e97ae64b2af45a2f660fb7fb4ad8d1d388b 0.08 MB 209 42
291,142 291,142 000000000000000038e5120c05a1fdedde1bd656fe40b875fff6aebb28b81ab7 0.12 MB 265 36
291,141 291,141 0000000000000000e74df7b0e914b2ad6b550470272f3f995456a812e551a8f9 0.10 MB 256 41
291,140 291,140 0000000000000000167ee26994447a890277232393bbb706cc0c124e8a69c30f 0.06 MB 106 31
291,139 291,139 0000000000000000f914be64895699fa0c758c9cdf78b53068d177559add28d6 0.06 MB 155 32
291,138 291,138 0000000000000000dd61d1d5d50db419ca62a6ee4d853f5246c7d54a32883ba5 0.11 MB 213 38
291,137 291,137 00000000000000003443ff10fefb76b0ad2c913cf7bfc138204e3c6fbe9818bc 0.34 MB 760 35
291,136 291,136 0000000000000000d0c2c06951fc4434fffc2bf82540e9e920937b916b47eee1 0.08 MB 152 18
291,135 291,135 000000000000000007fd6f8ea40305119f00b70e21ae80d0dcf30ea123a2ba30 0.09 MB 256 58
291,134 291,134 0000000000000000fd2f23ff360cfceb6788061dac01463add06b74ec4e97323 0.12 MB 278 38
291,133 291,133 0000000000000000604deccce0bbd349bcf6f6055844d1ae36a2468d16de9d38 0.07 MB 174 36
291,132 291,132 0000000000000000552b6119c2ff2edfcfa7f4047fb3ef8ba95c1917be95a86c 0.10 MB 143 13
291,131 291,131 0000000000000000a5beb3e872f524bdfcbed2777d1ececf1fa36118e820592b 0.33 MB 799 35
291,130 291,130 00000000000000001cdddd733dca12278bb148908e84fcecbad2aa9201f2f015 0.21 MB 512 40
291,129 291,129 00000000000000003155e0955f0133295a4729e8eba4236d91cd355753dca36b 0.12 MB 161 52
291,128 291,128 0000000000000000c0612c835bd4746d23447c2d3d89a50c386515172efd704b 0.35 MB 919 33
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.