Memory Pool Memory Pool Refreshing

5,074 transactions
3.57 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,808 (415,479 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
492,329 492,329 00000000000000000048307a7a6ffe40c412ed9e7303120170e88aeefa8d7458 1.01 MB 2,125 65
492,328 492,328 000000000000000000b2b6da4e2d8702d6f7d72653f74ed8e1e6feccc6dc10a6 1.02 MB 2,350 21
492,327 492,327 0000000000000000000db22744d8f1745961b3e9f94775646f49fb93d35e1b8d 1.03 MB 2,682 120
492,326 492,326 000000000000000000b30a0f096f878ab14489f87cd59acb1e34fb597776c766 1.07 MB 2,047 125
492,325 492,325 0000000000000000006b41d3c4e157fc10b53260c8365be45f82df5d5c68a3e1 1.04 MB 2,356 128
492,324 492,324 0000000000000000006a09a3d81e13d0f3fcc2eab3f3e2359be76e8230fc298f 1.02 MB 2,339 60
492,323 492,323 000000000000000000103240b79447684e123110e37fa3fa4adc477ff4bdc0db 1.06 MB 2,167 156
492,322 492,322 0000000000000000000a5c8dadcbf9af9a739a7ee6590d47f92b076a6bf7219e 1.00 MB 1,629 117
492,321 492,321 0000000000000000002a2a4a7a977e8a9737ef852ad270e6df2b9d889361c587 1.07 MB 2,186 235
492,320 492,320 00000000000000000062a866260f63413e0c15220de54149c862821b8f019715 1.05 MB 2,394 242
492,319 492,319 000000000000000000b58f9837e47390e0b0aca9b6164189056f7cb7888010c3 1.06 MB 2,502 277
492,318 492,318 000000000000000000afa46a7320364f727a363dee74d82a09ad97043943bb88 1.00 MB 1,910 88
492,317 492,317 000000000000000000188b37470ae6caabc6a232bfd4b03516fcd3110cd58894 1.00 MB 2,252 169
492,316 492,316 0000000000000000008b7b96caaaf6026b00bf0e5baf76286647c94d7ec4636e 1.07 MB 1,746 208
492,315 492,315 000000000000000000ac7eab6ee0376f8268a5b231bc7781460641f925331110 1.00 MB 2,365 245
492,314 492,314 00000000000000000059a9a655d258f7ec34d219fa62840c3dfccb7f8d6a6bed 1.00 MB 2,717 287
492,313 492,313 0000000000000000009343527ae7fbdba02dfed9dfd1a5b4423439b729266f6c 1.06 MB 2,631 253
492,312 492,312 00000000000000000051d04a4a129f62975d7e8f9e2d16011b094ff2bda12d11 1.00 MB 1,633 221
492,311 492,311 00000000000000000080d52da4f89f3a78a2a6ab2a265dcb9b608a7cfeb149ef 1.00 MB 2,227 250
492,310 492,310 000000000000000000b676618afb596a0ec4fcea2c9056105c600d370e85b687 1.18 MB 1,745 180
492,309 492,309 00000000000000000023d99a746b323df7b333952758b788313979d8038fc4a8 1.00 MB 1,339 218
Previous 10 blocks ↓
Total Size: 769.18 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,633.54 GB sent, 93.84 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.