Memory Pool Memory Pool Refreshing

1,004 transactions
0.28 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 993 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (15,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,874 891,874 00000000000000000000b3cc5f94adaa5740adb8b016af0463b784338dd5f569 1.80 MB 3,369 8
891,873 891,873 00000000000000000000e246d33e2265e57140082d7eaa1dbe947f5bdac572cf 1.78 MB 3,233 1
891,872 891,872 0000000000000000000068ea8382d1ae64191db034317e66c95492e899c934e9 1.64 MB 3,219 9
891,871 891,871 00000000000000000002155991876d943afe32aefc189e6a7130146d8f1851b5 1.73 MB 2,238 2
891,870 891,870 00000000000000000001d90e7719c2ec1e9ee97792e82aac5de7c91cd69274e8 1.68 MB 2,301 8
891,869 891,869 000000000000000000015efea801c385a72b487df4dfc5dfe43d1d427d9b8815 1.60 MB 3,751 1
891,868 891,868 000000000000000000010f28c2af7bfc6d2e68f8761c7f3dcc370a46961525d7 1.71 MB 3,139 9
891,867 891,867 00000000000000000001cfe840db368cd066ae05ae0dc0ded1f3c8d6212efd72 1.72 MB 3,660 3
891,866 891,866 0000000000000000000220a6eb7651137376560d61ea3fcba5e65c870f37dfa4 1.70 MB 3,179 11
891,865 891,865 000000000000000000003fb80a0de1ca74836de3262f01ddaa2e4c05d3fa413a 1.02 MB 1,982 2
891,864 891,864 00000000000000000001e87da2ed1cf0cb706ec5f41a5cc8e7ab32f8e600baa2 1.19 MB 2,197 3
891,863 891,863 000000000000000000004d87261d29a3d8cfbb9e9e018fef55ac72753e2e455d 0.21 MB 355 3
891,862 891,862 000000000000000000000272f2a69de5aa2643ec85797721cbb209c51dd22c26 0.03 MB 73 6
891,861 891,861 00000000000000000000c6bfeb7d0c9d66dbe510b0e628160d56d92478127ae8 1.16 MB 2,338 3
891,860 891,860 00000000000000000000de269b57c3a0398515397bf6e117938acc071f56f0e8 1.44 MB 2,381 2
891,859 891,859 00000000000000000000bd51c941c3cdb982deff58a3f196af48fda605c74353 1.89 MB 2,950 3
891,858 891,858 000000000000000000024626fc84aaf1017ab5fd53acb59cb7e082a5f4672c8f 1.65 MB 3,513 8
891,857 891,857 000000000000000000012adf27d1e97d3a9cb3cf2cf48e3e657794656f7f60c8 1.67 MB 3,058 4
891,856 891,856 000000000000000000022d5b1d997ea7bf230e025ea5256e803eede8a272a5c1 1.00 MB 2,369 5
891,855 891,855 00000000000000000000e58b51379cebaecd2cac7392a3537295bbdd8c69a573 1.35 MB 2,548 4
891,854 891,854 0000000000000000000120f5511eeeba0a155a0e23f381d1587c738152ec4a64 0.35 MB 694 7
Previous 10 blocks ↓
Total Size: 769.14 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,631.89 GB sent, 93.59 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.