Memory Pool Memory Pool Refreshing

17,960 transactions
5.79 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,487 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (662,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
245,041 245,041 0000000000000036c38a443e9c0eca3c7a9ce044625828cefdcfbf1ff6f313ad 0.16 MB 328 125
245,040 245,040 000000000000004b76fc814f01d96e8ce8b8e50e4e71311d1857c7df8acadb37 0.04 MB 128 131
245,039 245,039 000000000000004abf5f5294dd6c0436379cf764866ae1b12b62e26db882876c 0.04 MB 73 17
245,038 245,038 00000000000000af80447bb9b6e0d02fcc95194d7878b3c5f4210a48be49917a 0.19 MB 399 96
245,037 245,037 00000000000000600a556ca1c348432281dd252a0c22c0732ca9f705bd908d46 0.25 MB 604 138
245,036 245,036 0000000000000024dee483c5bc389dce917f9a3689b399022d72d234583464f4 0.16 MB 415 126
245,035 245,035 00000000000000894b76584a3e0bcb6a58ee2da31b868cbb4a6a54a5336ebee5 0.05 MB 142 197
245,034 245,034 00000000000000bdcd54105729fd0dc815cd379d687cd1e6dfba0f1fb4f01b3e 0.01 MB 17 115
245,033 245,033 0000000000000013b8550f633704ca5a2f50c4f4b71815aa34d6ebe23d521bbc 0.12 MB 283 117
245,032 245,032 00000000000000370913d61bb0b00afb47aa0cf6b2bbd73a1733f160eb4375ac 0.08 MB 168 88
245,031 245,031 000000000000001402490a876927b3706076554e61a139c51b0e626ab281f5a2 0.06 MB 105 59
245,030 245,030 0000000000000077625b8af6727868dc663bae3cdd48a458180f7388247dfbcf 0.20 MB 492 142
245,029 245,029 000000000000007eb0139f7a1b01abce4cb87ff306d6cb0b401722512da4e48f 0.12 MB 252 99
245,028 245,028 00000000000000a5488decbb80fbdbdebeba8813ec6ab82a7f6ec510b215cfe7 0.01 MB 28 89
245,027 245,027 000000000000007b63bdf37a017c2fb72fa0c9e46ef8978329b9892603e8bbb6 0.09 MB 185 112
245,026 245,026 00000000000000967cd9484716e5bff87c1b7aa5ec67ff4fb3f65c66a485581a 0.17 MB 431 142
245,025 245,025 000000000000007d2e95171004fc08c0adc0b8e360d23da3e7c5dc595c63db5d 0.06 MB 138 133
245,024 245,024 000000000000006d42fb2bff2856ff0c7430227ff5afaa40cbd057a6a7707d8c 0.12 MB 258 103
245,023 245,023 00000000000000c0b5de90defdb7d4ccab7c863ab61d731f609eccb059889eb6 0.25 MB 628 156
245,022 245,022 0000000000000079c6f3b9ade1aac0844eb7c5e19319d18abbf77543d266b7e8 0.13 MB 249 90
245,021 245,021 00000000000000a400fba67543ed48d59241713f13c08e2423c5aeebca86eb49 0.03 MB 45 92
Previous 10 blocks ↓
Total Size: 769.02 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,624.27 GB sent, 92.99 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.