Memory Pool Memory Pool Refreshing

2,271 transactions
0.90 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,011 00000000000000000002349e0000000000000000000000000000000000000000 0.89 vMB 2,248 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,010 (694,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,682 213,682 0000000000000218dadee3e5b7f6508108d0a6c794061e16854b9e4d362d7477 0.26 MB 307 142
213,681 213,681 000000000000005ce846922bbb8ec4051f168cf14a3dd1f5b72ba5c7fcf5f948 0.05 MB 137 149
213,680 213,680 0000000000000476daf1be28209b9c9fe128b1403bdec77c4d43ead1d4a28e09 0.00 MB 4 0
213,679 213,679 000000000000044c48840f36d12208bba660815eba020c4b1307df2239a27cd5 0.04 MB 120 182
213,678 213,678 00000000000001612a5b1ea2c82b0d24caff180bf9f70a880c7bddf3041845c7 0.01 MB 25 123
213,677 213,677 000000000000004fadc6dac7df5e96487bfbd8f08c117a713531c5aae82bedde 0.02 MB 49 124
213,676 213,676 00000000000001e6d6fa4a14ab88cdd52148e54926435f0a3a54e5df1cef7949 0.11 MB 249 169
213,675 213,675 0000000000000135f46323760e6335658bd6574a5055df347ce6af7926a7641d 0.00 MB 6 17
213,674 213,674 00000000000000caa4bf031d9963d959b8803f7dc14618a8ff5300e3d6e735f1 0.09 MB 175 145
213,673 213,673 00000000000004a3c01756817833e269ba2400c692a874371287040012ab5415 0.14 MB 342 191
213,672 213,672 000000000000037b39e56654f03604f64e8f15b425d5818e460d3bed73bbd18d 0.03 MB 42 145
213,671 213,671 000000000000030ac82ee54d223c7cc3d035f46a0b7f6d09d3dce5244ce033ba 0.02 MB 47 130
213,670 213,670 00000000000000a40bfa639ec99a6da970d3224c3a324073d40f3c930924305e 0.13 MB 308 162
213,669 213,669 000000000000013bea664d863bf33ecdc0552ef9112b88592110f5d2f353bb85 0.20 MB 543 201
213,668 213,668 00000000000001aed94a972ca4680ab73a9060377c93d963ea07eb73edacdb60 0.08 MB 198 181
213,667 213,667 000000000000040d29fa0ff566f30bfa33f0a97a5523e8632d607fe7274eb56c 0.19 MB 491 192
213,666 213,666 000000000000028f41e85dbe9cfcb9b75ca2556702d617812ae46f6272fb3f6a 0.14 MB 316 194
213,665 213,665 00000000000002a9b762041b99ceb815ff9d8021d61adb437b49fa9e19b3af33 0.17 MB 333 170
213,664 213,664 00000000000004cc60e67d2055f0d73111560713285c5f6d1a9a1bde90f87dcb 0.09 MB 162 181
213,663 213,663 000000000000011429cc7d9633fa91f4eb44e7a03381f6c0910de42798f139c1 0.19 MB 437 186
213,662 213,662 000000000000000e254f234119f1a4b99d9ef2b8f551df90fb08d761b7eeab44 0.05 MB 156 53
Previous 10 blocks ↓
Total Size: 769.57 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,649.54 GB sent, 95.77 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.