Memory Pool Memory Pool Refreshing

141 transactions
0.03 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,497 00000000000000000002349e0000000000000000000000000000000000000000 0.03 vMB 137 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,496 (886,943 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
21,553 21,553 000000006ad739a6e81ae4e6a43502c47a309f1f4f01a677f5edd1cce2dc5021 0.00 MB 1 0
21,552 21,552 00000000b0a126fbeea645b1fe3fac044a96c5c7469c733dc1bbcf69bf40c814 0.00 MB 1 0
21,551 21,551 00000000a6986f6fa370af44910031688fb45c960ae033f669923e617e444624 0.00 MB 1 0
21,550 21,550 00000000c59151c013292f6f282dd6cf846a79447f19d4cfb54f72644caf61d3 0.00 MB 1 0
21,549 21,549 00000000587a187cbb570caa80a8c9cbb5f0d0c45b9d6ec2bbca794363c7168e 0.00 MB 1 0
21,548 21,548 000000003d6441e3c3659564405522461d96d580dffb81d6cacdd9f321095fc0 0.00 MB 1 0
21,547 21,547 00000000d8eee55ddf21af6b5a2e4700cf0662ef42be5cd9922cdc0af0baed39 0.00 MB 1 0
21,546 21,546 000000001d1dd3d37aa328f7c0411d1ceb8ecdf29c07ee64224f4db1c667f4e2 0.00 MB 1 0
21,545 21,545 000000003d09ba1bdc5acfff39d745665fa01b01e26630312cec2b516b6fbdd6 0.00 MB 1 0
21,544 21,544 00000000cd3ed6da652e748b55a355ce44129ba0e3d22c66d54f62cef2b88fc3 0.00 MB 1 0
21,543 21,543 00000000b61efc5b323050fab004546b57235a9e7fbadf9222470f5744a8b72b 0.00 MB 1 0
21,542 21,542 00000000edb31ddb0224ba378eab86f62539dc017cb5603ba1a0c42fcebadc88 0.00 MB 1 0
21,541 21,541 0000000013da5f55a43d9bba68ce1d927014c8cbd6add768150b40b718bbecb9 0.00 MB 1 0
21,540 21,540 00000000a12b20b22be15fddcb808a52e57c112ba598aa7c67ad4fc626f255be 0.00 MB 1 0
21,539 21,539 00000000be7c21a00f94da1d039590eb8551437a4b68b4384fc8427708f0706a 0.00 MB 1 0
21,538 21,538 000000002823e832114c9c0e18510d99312241ec5fac96af833a9205e9b33ba5 0.00 MB 1 0
21,537 21,537 00000000b7b477deb4fa4d5348a21753f335a3f7407d03383723eeaaafcce042 0.00 MB 1 0
21,536 21,536 0000000018b45c40501e7d010996e39f90e892edd1cb0f88bbf7c2f404bd6cbf 0.00 MB 1 0
21,535 21,535 000000005002bdddecbd44982cb5f5f99fe2329d64566c16a6c6251052d68caf 0.00 MB 1 0
21,534 21,534 000000002d2e7a8fbf7e5be5bdc24c600ac7acf29f5f8cd066f198baecaa87ed 0.00 MB 1 0
21,533 21,533 000000009c82e4c905e901a17102b14c1b1d3bcbd0230180fa8859c5312a743e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.63 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,821.37 GB sent, 100.10 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.