Memory Pool Memory Pool Refreshing

1,821 transactions
0.66 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
4 sats/vbyte 3
3 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,751 00000000000000000002349e0000000000000000000000000000000000000000 0.64 vMB 1,796 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (448,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
458,877 458,877 000000000000000000199357e3538222445cfcfd2681bfe9702aef4e86007883 1.00 MB 2,298 174
458,876 458,876 000000000000000000dff6dd74e23d3194982f52fc5e557cd593227b0058beb6 1.00 MB 2,971 232
458,875 458,875 000000000000000000d42c62918fbd8647e0f0d13729487437c471f55aae87f9 1.00 MB 591 62
458,874 458,874 000000000000000000f29e2f48ee38602224d9b6b0e4d8232b45e30c838c4472 1.00 MB 1,526 52
458,873 458,873 00000000000000000026dbd26c40b1c143f4122bc48a3eb8bfdad6c7cfb6d3f6 1.00 MB 1,186 96
458,872 458,872 000000000000000000caeaaea9bcb8491bba81d0cb9aa2f5bff2de24a61fb899 1.00 MB 1,234 125
458,871 458,871 0000000000000000023e3c68be114bd091fb0ed5b0e194e2396568fc8d7c17a8 1.00 MB 810 119
458,870 458,870 00000000000000000182b3f9b903b6542a9d03c108904a9069929f33d9f21ce3 1.00 MB 2,108 158
458,869 458,869 0000000000000000008f21a56e5072fd3affb999220d6077f3b3d4e4328d7818 1.00 MB 2,178 119
458,868 458,868 0000000000000000020ac55228497e99f56d9e39ad7281650f2960f6558b7530 1.00 MB 1,920 123
458,867 458,867 000000000000000001fe1c6e47f176a172aa132669fdb12f12164ca7f2852175 1.00 MB 2,224 164
458,866 458,866 00000000000000000188b808ba33045402e8f4bbeb86c780eab96b80419768f2 1.00 MB 2,429 170
458,865 458,865 000000000000000001a211651c9f94e4e21d046f38ab7d8721dfd03c955c3248 1.00 MB 2,603 183
458,864 458,864 000000000000000001b9cbf56f87a51763ed8fa9790468754c971dee9dd2c32a 1.00 MB 2,095 154
458,863 458,863 0000000000000000011363a50a23d17c13e4729b47460277758761c6dc5dd1ac 1.00 MB 2,076 151
458,862 458,862 00000000000000000211a2c2f9b37a7698cd5d1839e1cdf2a96a9999cbf6c729 1.00 MB 2,695 215
458,861 458,861 00000000000000000136372dca1af177e8f74cb708b254968b90d8513d923386 0.42 MB 976 191
458,860 458,860 000000000000000000903d63ea43011e59a0c00510040cc4727f3adb7e9c6628 0.99 MB 2,075 151
458,859 458,859 00000000000000000231e7649be6b73adab9dcbc2481312f86ab02a1c684c3b9 1.00 MB 2,645 209
458,858 458,858 000000000000000000acdbeadfcf6eca42eea728927fae58adba2f25d2bb7fe6 1.00 MB 2,291 195
458,857 458,857 000000000000000001cca23f26bb64ec76b8574e4db788c88678f54258d0b700 0.41 MB 841 145
Previous 10 blocks ↓
Total Size: 769.08 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,628.18 GB sent, 93.27 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.