Memory Pool Memory Pool Refreshing

2,889 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,200 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (613,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,171 294,171 0000000000000000bbd30eb751313636615de3d39884740534eda0163cd35322 0.08 MB 195 65
294,170 294,170 00000000000000006b44e0066a55d06f70fc09b16a7c5a00c06be0c7dda5fc34 0.61 MB 614 19
294,169 294,169 0000000000000000868f7080fc9873a17048d2d8d8d870130f396be8f99b4130 0.35 MB 896 51
294,168 294,168 00000000000000009e43163e060e6b67736548f5c6127a4d425c04832467ac94 0.23 MB 401 38
294,167 294,167 00000000000000003fb741da48248fb5bfe04be86bddcff03d8aaa119ac819a0 0.21 MB 284 29
294,166 294,166 0000000000000000cd1ca7407d0f193c524188c5a7c914b58f7e865e5440a7f0 0.16 MB 326 33
294,165 294,165 00000000000000004cc65214547703fd9a73cf4989a0a4dac301ad4095b3e999 0.01 MB 27 43
294,164 294,164 00000000000000002581ca13aa4f101d4c82fd9e1122e76ea914cca5d319d5df 0.20 MB 240 23
294,163 294,163 00000000000000004b436b8d3f36aa5a64b79024558deed8bc5c1a960fe45777 0.54 MB 681 26
294,162 294,162 000000000000000006f2329c084c692185cdd13a77ccb6164d886861943a9b98 0.01 MB 24 34
294,161 294,161 0000000000000000336175f5991ff9ecf056ad3bc26b9b0e5a96ce6f30152b49 0.10 MB 110 22
294,160 294,160 00000000000000001e8caef91c6e7ebeac1420551654e2e7dfb944c129b1b706 0.23 MB 505 53
294,159 294,159 00000000000000003175a85181e5e6d311758b293b09d907ef135a1f297c12ae 0.28 MB 467 35
294,158 294,158 0000000000000000d9485b692f1da7303ae8c11ebf2cd16de04854e5e0be5892 0.09 MB 256 59
294,157 294,157 000000000000000003472ffa2bd54ae35a16c088ebb2751990ea96f0cc9d29fc 0.04 MB 128 46
294,156 294,156 0000000000000000b6b7a44accc99507480b79cc0aebf70e6c294abd75c3e09d 0.15 MB 305 38
294,155 294,155 0000000000000000c96cfcf8dfc5e5f54d196ccf86ced1bfc7f8c2b65ba45358 0.13 MB 302 25
294,154 294,154 000000000000000070a78b74c0a4283475e01978c5c16632d00c360b01e13c3c 0.25 MB 560 43
294,153 294,153 00000000000000000661af146dd6b66c19385a99d3cac70d9491de5841265a01 0.31 MB 575 39
294,152 294,152 00000000000000000e25d7a17359e0526baf0131f06ead1161a5b55dfc271a12 0.03 MB 65 10
294,151 294,151 0000000000000000bd52b0ed4b9fba3b6585a19385d90642d3ccd3f31d54f497 0.10 MB 182 31
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.