Memory Pool Memory Pool Refreshing

3,155 transactions
1.29 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
907,916 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,080 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,915 (793,210 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
114,705 114,705 00000000000065e061a9fe46ed850b731b530fe133ea4defea25511297b9ddfa 0.01 MB 28 3,875
114,704 114,704 0000000000000b43301c375c42e64dd7cb6838419ea3ce60556eb03d54a0c5ee 0.00 MB 1 0
114,703 114,703 0000000000003ee20eb52357aaa3b10c7031114a0561af76b91d193d4809941e 0.01 MB 24 1,751
114,702 114,702 000000000000175cd19435784b080e702c5c13b7f8662fd8c418bffb245546f8 0.00 MB 8 3,873
114,701 114,701 000000000000d75107521c9c90a1e75e273af700b6dc0922a5f661638c8772b2 0.00 MB 12 316
114,700 114,700 000000000000803d87f7aaf80a57a57aa5eeb52828a06be5adf2509fa252aa10 0.01 MB 17 1,998
114,699 114,699 0000000000000ac9c70119d058bacefc5b896bc48e05bdc345540b27745306c4 0.00 MB 5 3,401
114,698 114,698 000000000000999a3c6026d831b60209cc29813a025a66c2a20a2df8bcd7f13d 0.00 MB 11 1,114
114,697 114,697 0000000000004e84414f3a2c5195fc83b5ae2c8bb4642ea3c5ad47af918d782f 0.00 MB 12 579
114,696 114,696 000000000000ce9f7781ef06466fc914a2e4204b07f46c2ec26727abda83ca87 0.00 MB 12 1,081
114,695 114,695 000000000000c9e6b199d54c3c30de7f65a210c0045a5d061976b2638dbe2ed5 0.02 MB 74 1,902
114,694 114,694 000000000000751ee704eb0dfe0e25589214269a09f9e235937897b3b9e70a8b 0.00 MB 6 3,869
114,693 114,693 0000000000002a53a6266fd346949ae096ac622e983fbd01208e01e2c8115c65 0.04 MB 129 2,185
114,692 114,692 000000000000a5ba8601aa362cb8b3efc12e2e69906fdeb9f60d78a52f9e1096 0.00 MB 1 0
114,691 114,691 0000000000007787e0b3909444a4224ff257e1ca3a545b8516fe33efb4470aea 0.01 MB 21 3,877
114,690 114,690 0000000000000ec463dd70e343473413313372db039752d5c35afc2466f21fda 0.01 MB 30 2,091
114,689 114,689 0000000000000ad94ed58dda0bc47f93f5c1ee9452784fc3c3eb604dd319a04b 0.01 MB 32 2,227
114,688 114,688 0000000000005a7831e3af78199ec86d744a62bffc70acb1970a2e0896055d53 0.00 MB 10 672
114,687 114,687 000000000000b235035ea790ad7cadc8a6ccbe3f2f8f2ad7011fdf3d9f9e1fba 0.00 MB 17 3,869
114,686 114,686 0000000000005d0f9bf31118e10d3102b5469749ef3d427ef106b6a10187605a 0.01 MB 19 2,027
114,685 114,685 000000000000187483362df16383b4e3f112ea1341e00c83634676de0653bae4 0.00 MB 3 3,875
Previous 10 blocks ↓
Total Size: 769.38 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,644.23 GB sent, 94.87 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.