Memory Pool Memory Pool Refreshing

2,367 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
901,838 000000000000000000023a040000000000000000000000000000000000000000 0.72 vMB 2,367 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,837 (28,157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
873,680 873,680 000000000000000000010ea9406d8906b58579d1aa1ef824dcb0922d682ec94a 1.59 MB 3,713 9
873,679 873,679 000000000000000000016684712a1b1cb57ae0d75cc8484286b36f246fb49738 1.45 MB 3,172 10
873,678 873,678 00000000000000000000f561f857dfb273c32ad90cb770de025e386c18be5c74 1.29 MB 1,727 9
873,677 873,677 0000000000000000000292ee69e2e66463c0df12f09f2eb34f9adac491d72eea 1.62 MB 3,594 12
873,676 873,676 00000000000000000000e72932ec352205be3c314f5e4e9a06a0b8cf47fbd175 1.52 MB 3,707 15
873,675 873,675 0000000000000000000208d509e4e82b11f0b207f6f7d011b4ad1560dda0694f 1.43 MB 2,275 10
873,674 873,674 00000000000000000001f86d96a316e3bc941180848b3fe9913ba9c540dff4c9 1.54 MB 3,268 10
873,673 873,673 00000000000000000002537802a015998a767dc8321324df385fcfc96a117552 1.68 MB 4,003 11
873,672 873,672 00000000000000000001a95c2f0fd862310f29dfa7c682aeaba8a51521cb0367 1.65 MB 4,063 12
873,671 873,671 00000000000000000001e79fba3f1b85ea8fd5d9190a4afb8e29e70dd08183e4 1.56 MB 3,934 17
873,670 873,670 000000000000000000020e7b2820105cf63bbde6b260785fd44e1b052a666788 1.54 MB 3,322 18
873,669 873,669 00000000000000000001f417849a08e36bb3a620f030c1e97a91957465380f7f 1.48 MB 3,499 22
873,668 873,668 00000000000000000001b0251f80ba44e47217f661a06628f48eb71d659ce0eb 1.52 MB 5,352 7
873,667 873,667 00000000000000000001b411c272780347d245042e3fb36ae8ce9529408e8f56 1.81 MB 3,269 11
873,666 873,666 000000000000000000022c68f88747b1a45aead3334d7787bff6da15a161622c 1.55 MB 4,492 8
873,665 873,665 00000000000000000000a992fb5cc7347b0b4e4a2e764e294f3c7767a0abf83e 1.55 MB 4,457 9
873,664 873,664 0000000000000000000043160f3f7dfd3588e7b0bce1956b624cff7994f3339e 1.45 MB 3,674 8
873,663 873,663 0000000000000000000084c95577e9a6bc1aaeaae2c3466b15726bf713060c77 1.20 MB 1,855 9
873,662 873,662 000000000000000000009a0d22d6a29cbfafbe1e904af1848de63a629e30044f 1.54 MB 4,151 13
873,661 873,661 000000000000000000007b6f75f67d517eef85a24f41f9f9ea638f2d3c4d8ebb 1.29 MB 2,660 9
873,660 873,660 00000000000000000001d8b260569f3bab8009c80c11a612007235135f381d37 1.51 MB 5,088 11
Previous 10 blocks ↓
Total Size: 758.91 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: 768.56 GB sent, 41.37 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.