Memory Pool Memory Pool Refreshing

274 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/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
908,667 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 252 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,666 (885,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,942 22,942 000000007e24966c38b3c0b5469bfda1515d57bf714d7ba7abb6cc84408384b4 0.00 MB 1 0
22,941 22,941 000000005eeb5bc2e904f3b4a4a4ec41e876fe4923b4790f64110c2b072f1393 0.00 MB 1 0
22,940 22,940 00000000875e03043bc3cacfe02bfd0aeb4688d5d6135745ce2dfad4f3bc8bf9 0.00 MB 1 0
22,939 22,939 00000000536d8bda6ce7f2728f9c3b9c3d2ba42ab5fad7acc33d053baefc5e1f 0.00 MB 1 0
22,938 22,938 0000000000fa28992e47ba1422ae7983ea6404575320903a07aae8b13e847b7c 0.00 MB 1 0
22,937 22,937 00000000cf023a30fee17e0fc392ad7437ed6675fd0f3a0cf0664d7c1cb918ae 0.00 MB 1 0
22,936 22,936 000000001480ed5b8a536ed74e4f01ed60cc402d28a2a3d224ab4be3cb466a60 0.00 MB 1 0
22,935 22,935 000000008318771346acc5e004d6d48fc8360a5b5503520b84aadf9cff74572c 0.00 MB 1 0
22,934 22,934 000000006ec9317e3903e196da032833f49a21d2849ae66708378356a163debf 0.00 MB 1 0
22,933 22,933 000000000f852552dbddb7a8b57ab33b63254a4d51f7255835930d58f9469885 0.00 MB 1 0
22,932 22,932 000000006bbba6e032e4266156c0109cf08e3b1f80e50a0215ae6dfb7bcefe6c 0.00 MB 1 0
22,931 22,931 00000000ebfc3f5413baba92cd9d1ff6c80a4d1424d3b2134e62b5e446fd6f77 0.00 MB 1 0
22,930 22,930 00000000d36244ed4a7ff020e812469284aa25285d28985440fe0608f4d71eaa 0.00 MB 1 0
22,929 22,929 000000007999e51232e68274a7c32993b3988a69a6d006892a660f2f4caaa372 0.00 MB 1 0
22,928 22,928 00000000e9f381a0c386bcc3fcf77a116b74679389a7fa9784229f14e2b8baf2 0.00 MB 1 0
22,927 22,927 000000009a35b2124fe93ef7ee1a30665a27f2eab925f43017f92278e68b0e8b 0.00 MB 1 0
22,926 22,926 00000000221c6405a730cbd86055e68ba97b49b213387dedde2c15866f1eb2ef 0.00 MB 1 0
22,925 22,925 0000000002d562455b858d65e9c6a1324e6bce31f565123db9a2a2b1f133fda3 0.00 MB 1 0
22,924 22,924 00000000283ef28e437a3dbf07610eaa4ee3331f8238555d710dafe03e574f72 0.00 MB 1 0
22,923 22,923 00000000ddfcea5c8a071d682835159e64d34c857a6775fa6e1c68a52cdcfe04 0.00 MB 1 0
22,922 22,922 0000000002a21000424acb1945e734efb4303e13c577d3d544bdc9d7b05ab80e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.94 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,853.31 GB sent, 101.63 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.