Memory Pool Memory Pool Refreshing

11,482 transactions (3.54 vMB)
  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,877 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,155 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,876 (845,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,461 63,461 0000000001298efc0765b678e0296aa708d28632b677caca3a756a690a94bf4a 0.00 MB 1 0
63,460 63,460 000000000366172b5237678e6a0e576ffe6b8b48b2cc098190f3218352d940ab 0.00 MB 1 0
63,459 63,459 00000000028a4717cf9993617ab19847ff56f0590ab749656048a1e323b29fe3 0.00 MB 1 0
63,458 63,458 00000000021e5fcc97d27f9455dbc7de317b1c333f3d7d2482d639cab160708b 0.00 MB 3 0
63,457 63,457 00000000050ff96953ffc9152c3926774ec9613c3b766ad283a73b11a4197319 0.00 MB 1 0
63,456 63,456 0000000003174ef90040798b00c2815c186815ef82c107a98313fb5430ffef9b 0.00 MB 1 0
63,455 63,455 000000000c7cea2ad82aa779cbf29d29c3ed7b6873f5f8b5db3233debc8af467 0.00 MB 3 0
63,454 63,454 000000000491877d20f2b86952141dcbc180f9a3cc794f32997ac7ede0c0bd57 0.00 MB 1 0
63,453 63,453 0000000004bc418860778cf9dd6e05bb3791600922126d9fa844fe3d07c0c47c 0.01 MB 28 0
63,452 63,452 000000000cac5402c346a38d2f426d5aaa07acc4850b448c6e2dfdc736b608ad 0.00 MB 2 0
63,451 63,451 000000000949c4456f4ada708d652d80b902330e6e6ceddb828a978daf1f96a8 0.00 MB 2 0
63,450 63,450 0000000009623fb99fa3c2d437b6ea5670fcc006136cfc7c0c40646a531ce1d3 0.00 MB 4 0
63,449 63,449 0000000003f93e3aea5e9ba5f4c70e090736d444980cc42401ee55ee22f82807 0.00 MB 2 0
63,448 63,448 00000000043dc700ffae326d8324c6ad1d9fe1b3c547237224a00a4838eba201 0.00 MB 2 0
63,447 63,447 0000000003c30446bcad3cd06c1917b89d3fb150206f1208d799001f7d10d510 0.00 MB 1 0
63,446 63,446 00000000024c5f9a036982dd2fe70d5e33fc22235fd743cfd71e26974915761f 0.00 MB 1 0
63,445 63,445 000000000cbe9f915cc8fccbe2a55b951b5d69272f48b469a394d60af9fd5b73 0.00 MB 1 0
63,444 63,444 00000000000bf6a2685bb0886e98eb93c9e600ed9694f4a7f6549202af7c6498 0.00 MB 1 0
63,443 63,443 00000000031ab84dc5d0a825e63d1a77063e892311ecb32a75d646f0496ac32b 0.00 MB 3 0
63,442 63,442 00000000094c28910d59844dcd04218e6a61631d62239fc95e5f143f0a95959c 0.00 MB 1 0
63,441 63,441 000000000bdca053ba39b263a06ee1fdee2a3b326393aed118bb68fbcae0471d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.32 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,862.79 GB sent, 103.79 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.