Memory Pool Memory Pool Refreshing

7,824 transactions
2.69 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,866 (15,987 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,879 891,879 000000000000000000013239d80aa02d4ecf5244cb9aff5ffc9fe8b3668c8004 1.70 MB 2,518 2
891,878 891,878 00000000000000000001d2276b0707416968eb1c7504c811b6499407e49f7ced 1.79 MB 4,297 5
891,877 891,877 00000000000000000001d2c5a0a64f0c6f5d000f71ac6296a9d0c779a76af936 1.77 MB 3,998 3
891,876 891,876 00000000000000000001f8bbdb6846b2225f703e7b182db23fa223bb9d2a9421 1.85 MB 3,527 4
891,875 891,875 00000000000000000000441e103c438c10d8d035bb15ccf1d44e807e4647fc0d 1.86 MB 3,545 7
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
Previous 10 blocks ↓
Total Size: 769.29 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,642.54 GB sent, 94.40 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.