Memory Pool Memory Pool Refreshing

1,319 transactions
0.56 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,778 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 1,316 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (390,671 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
517,106 517,106 00000000000000000037d69c9c92f431e531f31f28a39885bf8b60798c319360 0.06 MB 141 17
517,105 517,105 000000000000000000207b3819ea8e0ae5f9dae0768b7a24a70527d6da0f8fdf 0.63 MB 1,152 23
517,104 517,104 0000000000000000004e6c05351bd1fec219459fd8d889a8b32a56069d864f21 0.73 MB 1,203 28
517,103 517,103 0000000000000000002e6c926d82bd0df51b7e7e3e22b1d9c40d021bb3dcb22d 0.64 MB 1,473 30
517,102 517,102 00000000000000000046172fd99b9417e5e50885d4137fc019f572cbda5a3573 0.32 MB 738 23
517,101 517,101 00000000000000000040dbc8914242dda6750020e5afb59c659a62cdbba372bf 0.50 MB 1,102 33
517,100 517,100 00000000000000000026acb288f863b81cc5983e79ac87bd2166468232937da8 0.19 MB 462 32
517,099 517,099 0000000000000000004b608acdd6fb411dc9ebb3eb7ca3c168b92372ab62dc36 0.64 MB 992 26
517,098 517,098 0000000000000000001b42b7cba77211b2fbbee8d196a167ebc697c9d389314f 0.12 MB 198 42
517,097 517,097 00000000000000000011b8518bc3561f47c9f1bc5574ee07b0c045903f77b012 0.37 MB 966 28
517,096 517,096 0000000000000000002c2bb49ae6bfdcac5f9d0164d16f2ea0dc32bc8963bc35 0.06 MB 161 19
517,095 517,095 00000000000000000045f628c994413fb94b0b8268136ca92b89d5d447742f76 0.95 MB 1,272 62
517,094 517,094 0000000000000000004f881acd6a5abb8d2ad3239c9e700cc61d04719170dc4c 0.32 MB 788 28
517,093 517,093 0000000000000000002d994121c9f2ea07a42fcc6229c687a21feaa7f00c7770 0.93 MB 1,916 34
517,092 517,092 00000000000000000022eaf9301d11ba94d0503fce85190cdc0de89a1eef4a13 1.14 MB 2,588 59
517,091 517,091 000000000000000000076bdcc75add3f12a5d2d7b7e50fbd0c34eb819a52e54a 0.02 MB 60 44
517,090 517,090 0000000000000000002065bb482f9ccb00c3fbb2fb2c9cb7a46a94de915dcbb7 0.02 MB 51 21
517,089 517,089 00000000000000000004b9a998a4110d434fb0a28501f28ff8a3d0d7336c1536 0.21 MB 435 29
517,088 517,088 0000000000000000000818f5e5dd4c91ce02e39b22d5dd7730c1621c775e0136 0.13 MB 180 2
517,087 517,087 00000000000000000015880ad350ad446aa720c5086ba466661371547d50bc75 1.17 MB 2,560 31
517,086 517,086 00000000000000000031c77f81762583f53ea51347b95b0faf477b9c63616281 0.36 MB 700 22
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.