Memory Pool Memory Pool Refreshing

31,749 transactions
34.63 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,735 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,515 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,734 (34,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
829,721 829,721 00000000000000000002dd92ff8482a79592e40c19b22c4e5d5ce81ea0eebdc4 1.57 MB 3,260 38
829,720 829,720 00000000000000000000c5a66a6dbf89cd25c50c83db2e73664dbec6c3b6684c 1.91 MB 1,949 24
829,719 829,719 000000000000000000032a50f4cfaa6abc0f08a8a49f47d5776ebb1d15ef38b6 1.70 MB 3,154 29
829,718 829,718 0000000000000000000155ff1f4d8de4bbe92066a9a2873a229745f8b8ef7fcb 1.55 MB 3,174 66
829,717 829,717 00000000000000000001c58b70763660fad9fca26f5ec59179a9add57fd239e0 1.65 MB 2,565 40
829,716 829,716 00000000000000000002df39c591adbbc49f44175c0349aca9e8b81252e28547 1.59 MB 3,062 49
829,715 829,715 0000000000000000000060503d2640603b52503c01bf6bc132683c82f77f84d9 1.60 MB 2,593 32
829,714 829,714 0000000000000000000353bfadc3de7d02c127aa30804e1314440377bb9577b9 1.77 MB 2,659 26
829,713 829,713 000000000000000000002e94f1d773ecc5fcd82c595f9b293511ee482f7a3ddc 1.71 MB 1,691 25
829,712 829,712 00000000000000000002ff504e2b1d7b27a1c05d8862526cc884d51ef545b97a 1.60 MB 3,470 41
829,711 829,711 000000000000000000013a879fb29be864cc09c204f998a4921ec2b8bc67fdbe 1.65 MB 2,717 41
829,710 829,710 00000000000000000002136335d6f41959a74d4b25bc7ed7e2ce5171e015bce2 1.86 MB 2,258 34
829,709 829,709 00000000000000000000f756958fc7e87d4778d8c9a77f03dad555cb540a096e 1.84 MB 3,307 32
829,708 829,708 000000000000000000031196260800fe08d1cda3c6e769b52252dc611b275b19 1.68 MB 3,237 41
829,707 829,707 000000000000000000020bdfa7c6eac9d36443ac18550c60836594b647dd7ac6 1.58 MB 3,170 51
829,706 829,706 0000000000000000000111e64ddbcc2c357aa25650c06ff80665bb95ec16f374 1.91 MB 2,059 32
829,705 829,705 000000000000000000021cf49790dad87f0194127aeeb9b4a83557568118a99e 1.69 MB 3,064 35
829,704 829,704 00000000000000000002efae0a02b7040c0afc7e2d4f6be3dba6773469a80ca6 1.65 MB 2,499 31
829,703 829,703 00000000000000000002ba5f9e492a07f712696ff8674085407a180e75c95c8a 1.67 MB 3,486 36
829,702 829,702 00000000000000000001235680ade9bcf2dbd42e51219c0132ea39f6c60f991b 1.59 MB 3,260 54
829,701 829,701 000000000000000000021fd212eb79df08b6663c543db7f3ad6e552483c61343 1.64 MB 3,475 40
Previous 10 blocks ↓
Total Size: 687.51 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,519.82 GB sent, 122.31 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.