Memory Pool Memory Pool Refreshing

7,473 transactions
2.43 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,682 (84,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
823,093 823,093 00000000000000000000f6f6611364fb0481744b14a5661170d635d2c3010b20 1.80 MB 4,797 93
823,092 823,092 000000000000000000039992cb1bdb7deca7fd928f40867309008db40c86144b 1.71 MB 3,972 80
823,091 823,091 000000000000000000010285927170190c53428709aaa8cd88521b383735b1db 1.72 MB 4,574 115
823,090 823,090 00000000000000000000b5b420c0e7072f6188084b1b06c7acd4d6e6e6c4af36 1.55 MB 3,735 111
823,089 823,089 00000000000000000000e3bae47166997cdd0993271e734224eee65656c2a020 1.79 MB 4,754 89
823,088 823,088 0000000000000000000366b2875b8e3373312129d15e5587f128e8ac59be987f 1.63 MB 3,764 116
823,087 823,087 00000000000000000000f8a7d13c4ff3d89c8921eda0ccd262427bbadc7ad9b8 2.02 MB 4,561 82
823,086 823,086 000000000000000000025b8a0b1568e5a6496d1aa90f70f7fb8a19b1e62b486b 1.83 MB 3,654 77
823,085 823,085 00000000000000000000225f688ab5d71003bfabc3c2b7eea7c604e81f8367f4 1.98 MB 5,247 92
823,084 823,084 000000000000000000029ce0adb7490ac2e8ee63cc6b64a54b8b860e33fb1342 1.66 MB 4,221 107
823,083 823,083 0000000000000000000197d24a6c0666be6f7c0e57e56da4291838c1832da170 1.82 MB 3,993 85
823,082 823,082 00000000000000000003b78b50d50da0ec4f25df9b31c41b0fb771e07e196da4 1.92 MB 5,276 90
823,081 823,081 00000000000000000001fcc8196ff0b260760b7c7f97c03f31222c5e59b10eaf 1.64 MB 3,898 115
823,080 823,080 00000000000000000001334756ef0f19700b6032b39f5681cb50a6efadbd54ed 1.68 MB 5,131 80
823,079 823,079 00000000000000000000b88ad8bb737c834d1f4edaa9fad29a8d0953e350aa5e 1.80 MB 4,954 93
823,078 823,078 0000000000000000000145e4455f88b36ccdd142cd3c51d07565495e438fada2 1.75 MB 4,793 88
823,077 823,077 000000000000000000002a0716f88202caf8b4e1b1c598186f997c86e72cecbc 1.78 MB 4,286 100
823,076 823,076 00000000000000000002eb68ad21ede61d5ed1213711c19aeb2d2e6e8f318ce1 1.95 MB 5,063 107
823,075 823,075 000000000000000000000fb12bc7758fa2ddf7b7d1bc04249a23c0e0b07ae5a2 1.52 MB 2,853 93
823,074 823,074 00000000000000000000ac20f25a841b229eeff5c062bce823d118ad4f2a79d6 1.66 MB 4,909 100
823,073 823,073 0000000000000000000267ca18a34d8008f6c4253eabfa543faab61af80a0187 1.80 MB 4,708 124
Previous 10 blocks ↓
Total Size: 768.95 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,614.23 GB sent, 92.56 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.