Memory Pool Memory Pool Refreshing

4,090 transactions
1.30 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
899,880 0000000000000000000237740000000000000000000000000000000000000000 ago 1.00 vMB 2,808 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,879 (3,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,433 896,433 00000000000000000001351ecd205e6a7e0f50eb3333acdd9f38ca0cbe1fcb04 1.48 MB 4,408 15
896,432 896,432 00000000000000000001b86d4bb699baeaf7985662ad7a391fd6befdd878ee67 1.51 MB 4,334 24
896,431 896,431 000000000000000000019550653da65cbf7042ed111d35651d74147f175e8f0b 1.54 MB 4,493 28
896,430 896,430 00000000000000000001b6216d0339144356dae020143d3eb8960537c2a2cb92 1.54 MB 4,399 30
896,429 896,429 000000000000000000012b8b89f5aba028d2562a6c07a4f484a4c2855995ab6b 1.58 MB 4,340 30
896,428 896,428 00000000000000000000ac106a2476cb798642cafe89eb025ff9b096baaaf994 1.48 MB 5,096 36
896,427 896,427 00000000000000000001b590aaee809d84d17821ebb925d2b144043ea21a4d65 1.52 MB 4,698 32
896,426 896,426 00000000000000000001ac08cddb3449eafe571a14a29edfb42120ab208568fc 1.49 MB 4,740 42
896,425 896,425 00000000000000000001f9d11658b8514d1fc13a894fd466d961027920b7f91d 1.50 MB 4,872 41
896,424 896,424 00000000000000000001f0bb385f1daf0ebaba026007de824f61bdf17833fbac 1.45 MB 4,140 50
896,423 896,423 000000000000000000016ba704ece1f6f4009cb84528ebdfb56be08e8723bbd4 1.48 MB 4,553 55
896,422 896,422 00000000000000000001e91ac426303252d302763f00d3be2587166cbc65bbbd 1.45 MB 4,701 55
896,421 896,421 00000000000000000000874df947401cf568de76cf07e55ec1f7b8f7cb5a0afd 1.46 MB 5,186 34
896,420 896,420 000000000000000000021c7b780d01686a0ffb2f6eef52472be501fe2ec0a8f2 1.46 MB 5,568 42
896,419 896,419 00000000000000000001369ffbbe5be6d844abdf4f304887354227f982b39f06 1.68 MB 4,120 5
896,418 896,418 00000000000000000000d68c461ab6850808dd99e4d6d9e549f5aebbc1783a80 1.24 MB 1,879 2
896,417 896,417 00000000000000000001fcb42dd466d7959d1d75879b998e82768ab33063807b 1.66 MB 3,433 4
896,416 896,416 000000000000000000020d726ae6f3f61e5206ccf585428b1927c7a75711fa4a 1.27 MB 1,935 1
896,415 896,415 0000000000000000000220bc70aedea133e9f5f143c892feeab34d558bd9eee0 1.55 MB 3,178 14
896,414 896,414 000000000000000000005dc29a7c8bd1c4f4a807778ebcbcfd75fc6d49a8a33f 0.46 MB 1,045 1
896,413 896,413 00000000000000000001db0b3b0916874aae707ea1c4ed669a575689e3a09665 1.77 MB 2,643 2
Previous 10 blocks ↓
Total Size: 755.77 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: 541.30 GB sent, 27.26 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.