Memory Pool Memory Pool Refreshing

9,816 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,412 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (745,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,658 162,658 000000000000063fcc036cede6330970932f4294b69100571cf8d73b22c36595 0.05 MB 118 1,008
162,657 162,657 0000000000000d64594bca8e6cae9be72c1620eb7cc12ba15fca091bab9cb0a7 0.01 MB 18 387
162,656 162,656 000000000000082114c38893df2f7132c9355a4bfb68f51e52dcfc001ac4d4b4 0.00 MB 13 0
162,655 162,655 000000000000099611ca19b52d84bffde97da7ee117a0f9a2ebdbd001d07abbc 0.02 MB 52 71
162,654 162,654 0000000000000b01e1ad28a610fd9f2f1ea3f571a9fb41a084c2ad80464a34f4 0.00 MB 3 96
162,653 162,653 0000000000000535c8fcbddc3911a4e96a36e92ffb1ab6da3d42f37bde9d8939 0.01 MB 35 74
162,652 162,652 0000000000000260e648c80270b64a4bf9e0b38b163f64b081b2a89a512c0393 0.05 MB 91 4
162,651 162,651 000000000000076a0c7b28baffad989fb0cdea85b730660992795ebb053bfca2 0.04 MB 99 384
162,650 162,650 000000000000092eebe445284fd866c89c7cb30a21c69369b92f9f67c53c7d52 0.07 MB 101 312
162,649 162,649 00000000000004979cede21724bfa72970fa1b35fdc0a77eb45a1f049b162f30 0.02 MB 31 59
162,648 162,648 000000000000027021335f12e7e6f0062030a51c0b271260a59ee71dbddc5c59 0.04 MB 74 90
162,647 162,647 0000000000000c93372dd48d2c129a25abaabc32f83ba1c5626e45eb0c918c50 0.01 MB 22 426
162,646 162,646 00000000000002e4082ec69656b0565ab50b178e9c0f4f68c289b94c57b425da 0.01 MB 24 175
162,645 162,645 00000000000004d93b133fe5109435933905b439d0282d3594bc8436a19ab3f2 0.02 MB 71 100
162,644 162,644 0000000000000685f774eb3d75024a03d257837cc2df67164759a43c3c966b0c 0.01 MB 34 110
162,643 162,643 000000000000031e800901ea46fb892799afcc48699976dd1d9e65d119c094b3 0.03 MB 54 149
162,642 162,642 00000000000005fe2fa5cd6d2d6709ddaa4340235d3cacaf6f4732b09c291088 0.03 MB 68 87
162,641 162,641 000000000000026178d0dfccb1dd757214d99a469d9a888ba8498db0fcb9c3ec 0.03 MB 83 98
162,640 162,640 0000000000000d070a1245e680049e94487a6a1a757df7344ee5bb4689f3f988 0.00 MB 5 36
162,639 162,639 00000000000003688b5772e139722a6c6a4349d9a3059569eba76bb8782ad7cf 0.04 MB 98 139
162,638 162,638 0000000000000484ebf2a9aa0c49d91a65ad9b6dd2ec32ef160dc68e4f197d77 0.00 MB 10 43
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.41 GB sent, 92.91 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.