Memory Pool Memory Pool Refreshing

9,255 transactions
2.83 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,834 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (2,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,788 905,788 00000000000000000001ca65efa1665b1ab79d8775fe018634fd6696b32037e6 1.62 MB 3,763 4
905,787 905,787 000000000000000000010f7ae70a7ffaf286770e9e70fef83f3f2ce8aea55c00 1.59 MB 3,723 4
905,786 905,786 00000000000000000000c6073752801891705825ed9038637f11a2f3eca36d2d 1.62 MB 3,581 6
905,785 905,785 000000000000000000001ef021a04b3de46ff072662846c316f8181c0e454950 1.46 MB 2,509 1
905,784 905,784 00000000000000000000d1340de4b64251a5977c2cb05f2871df98a0e5c26f35 1.68 MB 2,699 4
905,783 905,783 000000000000000000002671a4da839978c5d902472295a83ce794f163d9e678 0.71 MB 715 2
905,782 905,782 00000000000000000000ab1117b9a3317441d3b82d1f0aa9022fa16536239fc0 0.04 MB 72 2
905,781 905,781 00000000000000000001e88e2fa18e13f31a81ff01d8bdb8091f94acc832d191 0.69 MB 1,003 2
905,780 905,780 000000000000000000012f2f8e1e8840e2e8d5e617181a01a1e83671856b6a99 0.43 MB 674 2
905,779 905,779 00000000000000000000f45e318ece38164da89ab447e3ff808b7bc6c5c7f30c 0.02 MB 60 3
905,778 905,778 000000000000000000010bdcc142bbeaec42202012a5184fedf774c4f41e5779 0.61 MB 1,269 2
905,777 905,777 00000000000000000001d4eb828fd7a66eee2a5ba099b32b089cf9bcaa8bf8f2 1.60 MB 3,948 2
905,776 905,776 000000000000000000022961e5f47c22e4c6dc674555601afcb3ce6257ad7138 1.32 MB 2,570 3
905,775 905,775 00000000000000000000f552abbf96cf01a9662e779ea30a6deff8226f86a40f 0.52 MB 949 2
905,774 905,774 0000000000000000000192a18948e96098f69e6a11210f1a66bfd3ced3fa086b 1.71 MB 3,653 1
905,773 905,773 00000000000000000002154985ad433ae1777c41ffb022dbba929d5b1e24a32d 1.53 MB 2,816 6
905,772 905,772 00000000000000000001d81dc09193e24605c73a3494248a0d339ff89bd680ab 1.77 MB 4,811 1
905,771 905,771 0000000000000000000213ea941891b9f3bfc6a855bef33936f02fae3e1d9a78 1.33 MB 2,137 4
905,770 905,770 000000000000000000005c5a79537f556df387f2dea745d856deea66c8ba2566 0.32 MB 491 2
905,769 905,769 0000000000000000000062852d1303bc6238ea5aed93cccefeaf421f75c2f57d 1.72 MB 4,855 1
905,768 905,768 000000000000000000007f66f6b1a3de8f0ba8161863474f6c747a0439b5a4a1 1.74 MB 4,975 1
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.38 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.