Memory Pool Memory Pool Refreshing

2,831 transactions (1.16 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,768 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,465 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,767 (895,438 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,329 13,329 00000000963b5e3bfd12609aa0359fc7568515f12d7db9041fc0ba7aecaa243e 0.00 MB 1 0
13,328 13,328 00000000f79383817fccc821cc16360fc6226042ff811dd70615cab5b008ea3f 0.00 MB 1 0
13,327 13,327 00000000ba66be7c51c0190ad5d3afd10a72924bfeae878cf696826151d7d009 0.00 MB 1 0
13,326 13,326 00000000320d17952f20c6ff49aa9c05f4418c7d7a97bd054ba422f584fd9d12 0.00 MB 1 0
13,325 13,325 0000000018e2b81a7407346bec159615060882e1d105d5e297242bcb4fc13c5a 0.00 MB 1 0
13,324 13,324 00000000cec8be7a698d73603c00d59cec4dbf795b75ccfa865a86ba119a1ba9 0.00 MB 1 0
13,323 13,323 000000008e6fb4b6da296efea1409bb94a506866b4604bb2b4c9f22fda85c624 0.00 MB 1 0
13,322 13,322 000000004a801e40752415bd666f19c2a5fda50826c118d28f8ba243b9c2cf71 0.00 MB 1 0
13,321 13,321 00000000f73cd07fa31607c38be790f68c8deb954db66b88c5eac17b46272b0a 0.00 MB 1 0
13,320 13,320 00000000d0eddde179069ea589cb9d37523f8100774101de24d5eddaa481459b 0.00 MB 1 0
13,319 13,319 00000000d3f88b09658e38bfd03bf89bc48384919364c201aa4b8e27f414480b 0.00 MB 1 0
13,318 13,318 000000001e0fec2cc68b093395733cd7479b52c354c8eac4789579c3e8f6f026 0.00 MB 1 0
13,317 13,317 00000000d77c638dddeefb399b19ce7f1498a9a30944b5e77d2610af5a8b3dd8 0.00 MB 1 0
13,316 13,316 00000000bb67416e1f05f180c89077412db8518878760488071bc798dbb62524 0.00 MB 1 0
13,315 13,315 000000007c5bd936bb14e2a18ba74324a6ebdcca7cc4085f4111384c43f691aa 0.00 MB 1 0
13,314 13,314 00000000ceca8752aa5b9dced0af3dee8439a8cdb71570a2f32080c9a9ebf0cc 0.00 MB 1 0
13,313 13,313 000000000201cbf6cadae6b62a76fb6780306426959df68aa97a3b059c042624 0.00 MB 1 0
13,312 13,312 00000000c184af8c5f1c478346507654a05068bbcb0d0b84a8dfe9bb2bed0183 0.00 MB 1 0
13,311 13,311 000000000814c7c61a30ea978a7294d230ab51ef42553c6251cd799dcdc6d345 0.00 MB 1 0
13,310 13,310 00000000970ce04749d0bc6aeecf903f63bbefc8318bbf7051b67d9942e2278d 0.00 MB 1 0
13,309 13,309 000000009a5fa9a3ba300538c10245a0e4eaebbabad5ac7f11d5c6a5f7104cf3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.13 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,856.53 GB sent, 102.63 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.