Memory Pool Memory Pool Refreshing

404 transactions
0.22 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 367 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (605,909 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
301,859 301,859 00000000000000005fc5487bb67b58573eef3ba369972f6acfc5240cf375878f 0.37 MB 480 27
301,858 301,858 0000000000000000779f9ceb0ab3900e011305435a1b4a11238ca0f0d2f1e32d 0.00 MB 4 20
301,857 301,857 00000000000000006504c54cd960830c04c7345b3e43fa4417f39500fc2115e0 0.07 MB 147 27
301,856 301,856 0000000000000000321005e52775c418464dfa3387630170ad9078c4c8b1d990 0.16 MB 109 14
301,855 301,855 0000000000000000155a355a3d8f8a244f081ac13cdb8d5c5137163d125eaf24 0.25 MB 641 39
301,854 301,854 00000000000000001aa76473994b6cfeed7ccd3e78536107b4a8c63a4b8c22e2 0.66 MB 671 18
301,853 301,853 00000000000000006cff6938c9f456630ad39e5636b1e7b9d96bf935cc83d4dd 0.25 MB 478 44
301,852 301,852 000000000000000020ed4e23bf68c0b1869e041505ae8f3cd7fe933dd4a07824 0.19 MB 383 33
301,851 301,851 000000000000000017c996458e3e1eb41df85cff941f63b39d7d1da9a779413c 0.14 MB 124 19
301,850 301,850 00000000000000003c9b3912ac56594b3a5c2807402b83d38b7228f5f42dd658 0.35 MB 652 33
301,849 301,849 00000000000000004b5424d7d62c6b93bc641425c92194fc49ef435a415b013a 0.20 MB 352 29
301,848 301,848 0000000000000000533c178f6a881f2d8180f3c0f1083ae11e2d02fc9cc57e37 0.01 MB 28 19
301,847 301,847 00000000000000004970dfda5fb1405b583c6485c6a964a617607678d64bb730 0.09 MB 158 24
301,846 301,846 00000000000000005ede658e6b81f6c8a147e5acd2afc1040391fb46af48ccfc 0.43 MB 656 32
301,845 301,845 00000000000000001e6953bb636bc0599ab9448b7c5f440721448c58764bc92f 0.02 MB 35 24
301,844 301,844 00000000000000004bfda456cd4113f5990b1f7bea00dd38d6e4428883d597b3 0.13 MB 308 26
301,843 301,843 000000000000000005a19211616fdb278f4c1ac19ac9bc6e7ae163388aa6bddd 0.09 MB 131 26
301,842 301,842 00000000000000001cac371dcc568f12c827152eb14d66afded4ed1c4d0e2004 0.27 MB 389 26
301,841 301,841 000000000000000067d3aa16b9a93b223654049df4125ee737a1c9959b5edd6c 0.21 MB 307 27
301,840 301,840 00000000000000005c8a7e43ca368ccc4c2d87bba43c0ca78ce41fb32a70b288 0.31 MB 544 31
301,839 301,839 00000000000000001adfb1390ac1e70ac029e1e5ea9d42ac5c77423589e7565e 0.07 MB 141 26
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.32 GB sent, 93.42 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.